mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
12 lines
270 B
CSS
12 lines
270 B
CSS
|
@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');
|
||
|
}
|