0
Fork 0
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:
Daniël van der Winden 2024-10-10 17:04:53 +01:00 committed by Aileen Booker
parent 73aceeabeb
commit e3b99a77da

View file

@ -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)'