mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
Fallback fonts
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
@use './utilities.scss';
|
@use './utilities.scss';
|
||||||
@use './colors.scss';
|
@use './colors.scss';
|
||||||
|
|
||||||
|
:root{
|
||||||
|
--font-sans: "SF Pro Text","SF Pro Icons", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", "Google Sans", "Helvetica Neue", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Geist";
|
font-family: "Geist";
|
||||||
src: url("../fonts/GeistVF.ttf");
|
src: url("../fonts/GeistVF.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.actionable-visits-color-checkbox {
|
.actionable-visits-color-checkbox {
|
||||||
color: #5655d7;
|
color: #5655d7;
|
||||||
}
|
}
|
||||||
@@ -19,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.geist {
|
.geist {
|
||||||
font-family: "Geist";
|
font-family: "Geist", var(--font-sans);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -34,38 +38,38 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.brockmann {
|
.brockmann {
|
||||||
font-family: "Brockmann" !important;
|
font-family: "Brockmann", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nunito {
|
.nunito {
|
||||||
font-family: "Nunito" !important;
|
font-family: "Nunito",var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inter {
|
.inter {
|
||||||
font-family: "Inter" !important;
|
font-family: "Inter", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.geometric {
|
.geometric {
|
||||||
font-family: 'Geometric Sans Serif v1' !important;
|
font-family: "Geometric Sans Serif v1", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.manrope {
|
.manrope {
|
||||||
font-family: 'Manrope' !important;
|
font-family: "Manrope", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lato {
|
.lato {
|
||||||
font-family: 'Lato' !important;
|
font-family: "Lato", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poppins {
|
.poppins {
|
||||||
font-family: 'Poppins' !important;
|
font-family: "Poppins", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poppins-childs {
|
.poppins-childs {
|
||||||
font-family: 'Poppins' !important;
|
font-family: "Poppins", var(--font-sans)!important;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Poppins' !important;
|
font-family: "Poppins", var(--font-sans)!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -105,5 +109,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Nunito';
|
font-family: 'Nunito', var(--font-sans);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user