mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
71bd4ecb22
[web][website-redesign] Fix all mono text in website redesign pages. GitOrigin-RevId: b1b2698f621b8dc4e8c56126915ddbbe538d308e
31 lines
682 B
CSS
31 lines
682 B
CSS
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: fallback;
|
|
src: url('dm-mono/DMMono-Regular.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: fallback;
|
|
src: url('dm-mono/DMMono-Italic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: fallback;
|
|
src: url('dm-mono/DMMono-Medium.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DM Mono';
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
font-display: fallback;
|
|
src: url('dm-mono/DMMono-MediumItalic.woff2') format('woff2');
|
|
}
|