Skip to content
Snippets Groups Projects
Commit 7c190596 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

Fix Lato font

parent a2371634
No related branches found
No related tags found
1 merge request!1Implement all components
Pipeline #23411 failed with stages
in 3 minutes and 54 seconds
......@@ -4,7 +4,7 @@
body {
font-family: $font-main;
font-size: 14px;
background-color: var(--fw-bg-color);
// background-color: var(--fw-bg-color);
}
.has-background-light {
......
......@@ -2,70 +2,70 @@
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Black.ttf") format("truetype");
src: url("~/styles/font/Lato-Black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-BlackItalic.ttf") format("truetype");
src: url("~/styles/font/Lato-BlackItalic.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Bold.ttf") format("truetype");
src: url("~/styles/font/Lato-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-BoldItalic.ttf") format("truetype");
src: url("~/styles/font/Lato-BoldItalic.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Regular.ttf") format("truetype");
src: url("~/styles/font/Lato-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Italic.ttf") format("truetype");
src: url("~/styles/font/Lato-Italic.ttf") format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Light.ttf") format("truetype");
src: url("~/styles/font/Lato-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-LightItalic.ttf") format("truetype");
src: url("~/styles/font/Lato-LightItalic.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-Thin.ttf") format("truetype");
src: url("~/styles/font/Lato-Thin.ttf") format("truetype");
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: Lato;
src: url("/src/font/Lato-ThinItalic.ttf") format("truetype");
src: url("~/styles/font/Lato-ThinItalic.ttf") format("truetype");
font-weight: 100;
font-style: italic;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment