mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
77227087e9
* Implement homepage redesign for large screen width * Implement the UI of `new-design-registration` variant of the homepage redesign * Add quick placeholder/template for the website-redesign header/footer Co-authored-by: Thomas Mees <thomas.mees@overleaf.com> GitOrigin-RevId: 8cff6def8aa560f2e11230dae264cb19feede054
41 lines
868 B
CSS
41 lines
868 B
CSS
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('dm-mono/DMMono-Light.woff2') format('woff2'),
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
src: url('dm-mono/DMMono-LightItalic.woff2') format('woff2'),
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('dm-mono/DMMono-Regular.woff2') format('woff2'),
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('dm-mono/DMMono-Italic.woff2') format('woff2'),
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('dm-mono/DMMono-Medium.woff2') format('woff2'),
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src: url('dm-mono/DMMono-MediumItalic.woff2') format('woff2'),
|
|
}
|