summaryrefslogtreecommitdiff
path: root/sass/fonts.sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass/fonts.sass')
-rw-r--r--sass/fonts.sass61
1 files changed, 38 insertions, 23 deletions
diff --git a/sass/fonts.sass b/sass/fonts.sass
index a22bc92..71ee7c3 100644
--- a/sass/fonts.sass
+++ b/sass/fonts.sass
@@ -1,23 +1,38 @@
-@font-face
- font-family: 'Lato'
- font-style: normal
- font-weight: 400
- font-display: swap
- src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-regular.woff2') format('woff2')
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
-
-@font-face
- font-family: 'Lato'
- font-style: normal
- font-weight: 700
- font-display: swap
- src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-bold.woff2') format('woff2')
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
-
-@font-face
- font-family: 'Lato'
- font-style: normal
- font-weight: 900
- font-display: swap
- src: local('Lato Black'), local('Lato-Black'), url('../fonts/lato-black.woff2') format('woff2')
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD \ No newline at end of file
+@font-face {
+ font-display: swap
+ font-family: 'Archivo'
+ font-style: normal
+ font-weight: 400
+ src: url('../fonts/archivo-v19-latin-regular.woff2') format('woff2')
+}
+@font-face {
+ font-display: swap
+ font-family: 'Archivo'
+ font-style: normal
+ font-weight: 600
+ src: url('../fonts/archivo-v19-latin-600.woff2') format('woff2')
+}
+
+@font-face {
+ font-display: swap
+ font-family: 'Archivo'
+ font-style: normal
+ font-weight: 700
+ src: url('../fonts/archivo-v19-latin-700.woff2') format('woff2')
+}
+
+@font-face {
+ font-display: swap
+ font-family: 'Roboto'
+ font-style: normal
+ font-weight: 400
+ src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2')
+}
+
+@font-face {
+ font-display: swap
+ font-family: 'Roboto'
+ font-style: normal
+ font-weight: 700
+ src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2')
+} \ No newline at end of file