Attempt to fix font definitions in main_theme.css
This commit is contained in:
parent
a410f9fc25
commit
d7f457b321
1 changed files with 5 additions and 5 deletions
|
@ -2,27 +2,27 @@
|
||||||
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
|
/* This CSS document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode */
|
||||||
|
|
||||||
|
|
||||||
.font-light {
|
@font-face {
|
||||||
font-family: quicksand-light;
|
font-family: quicksand-light;
|
||||||
src: url(./assets/fonts/Quicksand-Light.ttf)
|
src: url(./assets/fonts/Quicksand-Light.ttf)
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-regular {
|
@font-face {
|
||||||
font-family: quicksand-regular;
|
font-family: quicksand-regular;
|
||||||
src: url(./assets/fonts/Quicksand-Regular.ttf)
|
src: url(./assets/fonts/Quicksand-Regular.ttf)
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-medium {
|
@font-face {
|
||||||
font-family: quicksand-medium;
|
font-family: quicksand-medium;
|
||||||
src: url(./assets/fonts/Quicksand-Medium.ttf)
|
src: url(./assets/fonts/Quicksand-Medium.ttf)
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-semibold {
|
@font-face {
|
||||||
font-family: quicksand-semibold;
|
font-family: quicksand-semibold;
|
||||||
src: url(./assets/fonts/Quicksand-SemiBold.ttf)
|
src: url(./assets/fonts/Quicksand-SemiBold.ttf)
|
||||||
}
|
}
|
||||||
|
|
||||||
.font-bold {
|
@font-face {
|
||||||
font-family: quicksand-bold;
|
font-family: quicksand-bold;
|
||||||
src: url(./assets/fonts/Quicksand-Bold.ttf)
|
src: url(./assets/fonts/Quicksand-Bold.ttf)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue