overleaf/services/web/frontend/fonts/noto-serif.css

12 lines
270 B
CSS
Raw Normal View History

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