mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fac23dbbdc
Organise and update web fonts GitOrigin-RevId: f82a695bd7a4d16e4df83c2a297bf7d2393914a8
15 lines
350 B
CSS
15 lines
350 B
CSS
@font-face {
|
|
font-family: 'Noto Serif';
|
|
font-style: normal;
|
|
font-weight: 200 700;
|
|
font-stretch: 62.5% 100%;
|
|
src: url('NotoSerif[wght].woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Serif';
|
|
font-style: italic;
|
|
font-weight: 200 700;
|
|
font-stretch: 62.5% 100%;
|
|
src: url('NotoSerif-Italic[wght].woff2') format('woff2');
|
|
}
|