Fix fonts
This commit is contained in:
+19
-19
@@ -3,75 +3,75 @@ fonts:
|
|||||||
- family: "Oswald"
|
- family: "Oswald"
|
||||||
styles:
|
styles:
|
||||||
- weight: "normal"
|
- weight: "normal"
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-VariableFont_wght.ttf"
|
url: "assets/fonts/Oswald-VariableFont_wght.ttf"
|
||||||
- weight: 200
|
- weight: 200
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-ExtraLight.ttf"
|
url: "assets/fonts/Oswald-ExtraLight.ttf"
|
||||||
- weight: 300
|
- weight: 300
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-Light.ttf"
|
url: "assets/fonts/Oswald-Light.ttf"
|
||||||
- weight: 400
|
- weight: 400
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-Regular.ttf"
|
url: "assets/fonts/Oswald-Regular.ttf"
|
||||||
- weight: 500
|
- weight: 500
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-Medium.ttf"
|
url: "assets/fonts/Oswald-Medium.ttf"
|
||||||
- weight: 600
|
- weight: 600
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-SemiBold.ttf"
|
url: "assets/fonts/Oswald-SemiBold.ttf"
|
||||||
- weight: 700
|
- weight: 700
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Oswald-Bold.ttf"
|
url: "assets/fonts/Oswald-Bold.ttf"
|
||||||
- family: "Roboto"
|
- family: "Roboto"
|
||||||
styles:
|
styles:
|
||||||
- weight: 100
|
- weight: 100
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Thin.ttf"
|
url: "assets/fonts/Roboto-Thin.ttf"
|
||||||
- weight: 100
|
- weight: 100
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-ThinItalic.ttf"
|
url: "assets/fonts/Roboto-ThinItalic.ttf"
|
||||||
- weight: 300
|
- weight: 300
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Light.ttf"
|
url: "assets/fonts/Roboto-Light.ttf"
|
||||||
- weight: 300
|
- weight: 300
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-LightItalic.ttf"
|
url: "assets/fonts/Roboto-LightItalic.ttf"
|
||||||
- weight: 400
|
- weight: 400
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Regular.ttf"
|
url: "assets/fonts/Roboto-Regular.ttf"
|
||||||
- weight: 400
|
- weight: 400
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-RegularItalic.ttf"
|
url: "assets/fonts/Roboto-RegularItalic.ttf"
|
||||||
- weight: 500
|
- weight: 500
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Medium.ttf"
|
url: "assets/fonts/Roboto-Medium.ttf"
|
||||||
- weight: 500
|
- weight: 500
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-MediumItalic.ttf"
|
url: "assets/fonts/Roboto-MediumItalic.ttf"
|
||||||
- weight: 700
|
- weight: 700
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Bold.ttf"
|
url: "assets/fonts/Roboto-Bold.ttf"
|
||||||
- weight: 700
|
- weight: 700
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-BoldItalic.ttf"
|
url: "assets/fonts/Roboto-BoldItalic.ttf"
|
||||||
- weight: 900
|
- weight: 900
|
||||||
style: normal
|
style: normal
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-Black.ttf"
|
url: "assets/fonts/Roboto-Black.ttf"
|
||||||
- weight: 900
|
- weight: 900
|
||||||
style: oblique
|
style: oblique
|
||||||
format: "ttf"
|
format: "truetype"
|
||||||
url: "assets/fonts/Roboto-BlackItalic.ttf"
|
url: "assets/fonts/Roboto-BlackItalic.ttf"
|
||||||
---
|
---
|
||||||
{% for font in page.fonts %}{% for style in font.styles %}@font-face {
|
{% for font in page.fonts %}{% for style in font.styles %}@font-face {
|
||||||
|
|||||||
Reference in New Issue
Block a user