mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
ac61596274
GitOrigin-RevId: 2564a03b12e01ccda84004c189c0b2e6a9a5b7fa
11 lines
268 B
CSS
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');
|
|
}
|