aboutsummaryrefslogtreecommitdiff
path: root/assets/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/fonts.css')
-rw-r--r--assets/fonts.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/assets/fonts.css b/assets/fonts.css
index b9f8d70..e1e83f1 100644
--- a/assets/fonts.css
+++ b/assets/fonts.css
@@ -215,3 +215,75 @@
font-weight: 700;
src: url('fonts/barlow-v12-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
+
+/* barlow-semi-condensed-100 - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: normal;
+ font-weight: 100;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-100italic - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: italic;
+ font-weight: 100;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-300 - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: normal;
+ font-weight: 300;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-300italic - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: italic;
+ font-weight: 300;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-regular - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: normal;
+ font-weight: 400;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-italic - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: italic;
+ font-weight: 400;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-700 - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: normal;
+ font-weight: 700;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* barlow-semi-condensed-700italic - latin_latin-ext */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: 'Barlow Semi Condensed';
+ font-style: italic;
+ font-weight: 700;
+ src: url('fonts/barlow-semi-condensed-v15-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}