mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Merge pull request #11672 from overleaf/ae-noto-weight
[rich text] Set weight and stretch ranges for Noto Serif GitOrigin-RevId: 0dc0ad8f7df4f06e191e13f214dcc5d6e0a98955
This commit is contained in:
parent
064e5c9222
commit
cd00968699
1 changed files with 4 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue