overleaf/services/web/frontend/fonts/noto-serif.css
Alf Eaton ac61596274 Convert Noto Serif fonts to WOFF2 (#11205)
GitOrigin-RevId: 2564a03b12e01ccda84004c189c0b2e6a9a5b7fa
2023-01-16 08:42:04 +00:00

11 lines
268 B
CSS

@font-face {
font-family: 'Noto Serif';
font-style: normal;
src: url('noto-serif/NotoSerif[wght].woff2') format('woff2');
}
@font-face {
font-family: 'Noto Serif';
font-style: italic;
src: url('noto-serif/NotoSerif-Italic[wght].woff2') format('woff2');
}