mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Updated font weights for Inter
This commit is contained in:
parent
73aceeabeb
commit
e3b99a77da
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export function generateCustomFontCss(fonts: FontSelection) {
|
|||
url: '@import url(https://fonts.bunny.net/css?family=fira-sans:400,500,600)'
|
||||
},
|
||||
Inter: {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=inter:400,700)'
|
||||
url: '@import url(https://fonts.bunny.net/css?family=inter:400,500,600)'
|
||||
},
|
||||
'Noto Serif': {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=noto-serif:400,700)'
|
||||
|
|
Loading…
Add table
Reference in a new issue