diff --git a/services/web/frontend/fonts/noto-serif.css b/services/web/frontend/fonts/noto-serif.css index 8198c404d9..a537fa083e 100644 --- a/services/web/frontend/fonts/noto-serif.css +++ b/services/web/frontend/fonts/noto-serif.css @@ -1,11 +1,15 @@ @font-face { font-family: 'Noto Serif'; font-style: normal; + font-weight: 200 700; + font-stretch: 62.5% 100%; src: url('noto-serif/NotoSerif[wght].woff2') format('woff2'); } @font-face { font-family: 'Noto Serif'; font-style: italic; + font-weight: 200 700; + font-stretch: 62.5% 100%; src: url('noto-serif/NotoSerif-Italic[wght].woff2') format('woff2'); }