mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated font weights for Fira Sans and Poppins
This commit is contained in:
parent
2d36fab089
commit
73aceeabeb
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ export function generateCustomFontCss(fonts: FontSelection) {
|
|||
url: '@import url(https://fonts.bunny.net/css?family=noto-sans:400,700)'
|
||||
},
|
||||
Poppins: {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=poppins:400,700)'
|
||||
url: '@import url(https://fonts.bunny.net/css?family=poppins:400,500,600)'
|
||||
},
|
||||
'Fira Sans': {
|
||||
url: '@import url(https://fonts.bunny.net/css?family=fira-sans:400,700)'
|
||||
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)'
|
||||
|
|
Loading…
Add table
Reference in a new issue