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

Fix Lato font

parent a2371634
Branches
Tags
1 merge request!1Implement all components
Pipeline #23411 failed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
body { body {
font-family: $font-main; font-family: $font-main;
font-size: 14px; font-size: 14px;
background-color: var(--fw-bg-color); // background-color: var(--fw-bg-color);
} }
.has-background-light { .has-background-light {
......
...@@ -2,70 +2,70 @@ ...@@ -2,70 +2,70 @@
@font-face { @font-face {
font-family: Lato; 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-weight: 900;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 900;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 700;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 700;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 400;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 400;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 300;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 300;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 100;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Lato; 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-weight: 100;
font-style: italic; font-style: italic;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment