mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
dbef19d0d6
* Replace @fontsource/noto-serif with local Noto Serif fonts * Make more use of CSS variables in theme * Make sure the chosen font is used for monospace * Increase the weight of section headings * Set link colours * Rename variable to --source-font-family GitOrigin-RevId: e14856a619829e075e71bf2df9b799fe0b45acea
11 lines
270 B
CSS
11 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');
|
|
}
|