mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 14:25:12 +00:00
Merge pull request 'Set NewRodin to swap display' (#2) from fix-font-display into dev
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/2
This commit is contained in:
commit
55a827642c
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
font-family: 'FOT-NewRodin Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('/static-assets/fonts/NewRodinPro-DB.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
@ -13,6 +14,7 @@
|
|||
font-family: 'FOT-NewRodin Pro';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: url('/static-assets/fonts/NewRodinPro-EB.woff2') format('woff2');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue