Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/common/_fonts.scss')
-rw-r--r--assets/scss/common/_fonts.scss53
1 files changed, 53 insertions, 0 deletions
diff --git a/assets/scss/common/_fonts.scss b/assets/scss/common/_fonts.scss
new file mode 100644
index 0000000..99e8b56
--- /dev/null
+++ b/assets/scss/common/_fonts.scss
@@ -0,0 +1,53 @@
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-400-Book.otf);
+ font-weight: 400;
+ font-display: swap;
+}
+
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-400-BookItalic.otf);
+ font-weight: 400;
+ font-display: swap;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-500-Medium.otf);
+ font-weight: 500;
+ font-display: swap;
+}
+
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-500-MediumItalic.otf);
+ font-weight: 500;
+ font-display: swap;
+ font-style: italic;
+}
+
+/*
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-600-Semi.otf);
+ font-weight: 600;
+ font-display: swap;
+}
+
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-600-SemiItalic.otf);
+ font-style: italic;
+ font-weight: 600;
+ font-display: swap;
+}
+
+@font-face {
+ font-family: Jost;
+ src: local("Jost"), url(/fonts/vendor/jost/Jost-700-Bold.otf);
+ font-weight: 700;
+ font-display: swap;
+}
+*/