mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated font weights for IBM Plex Serif
This commit is contained in:
parent
e3b99a77da
commit
298a90e175
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function generateCustomFontCss(fonts: FontSelection) {
|
|||
url: '@import url(https://fonts.bunny.net/css?family=lora:400,700)'
|
||||
},
|
||||
'IBM Plex Serif': {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=ibm-plex-serif:400,700)'
|
||||
url: '@import url(https://fonts.bunny.net/css?family=ibm-plex-serif:400,500,600)'
|
||||
},
|
||||
'EB Garamond': {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=eb-garamond:400,700)'
|
||||
|
|
Loading…
Add table
Reference in a new issue