summaryrefslogtreecommitdiffstats
path: root/assets/scss/theme/font.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/theme/font.scss')
-rw-r--r--assets/scss/theme/font.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/scss/theme/font.scss b/assets/scss/theme/font.scss
new file mode 100644
index 0000000..6ec2edb
--- /dev/null
+++ b/assets/scss/theme/font.scss
@@ -0,0 +1,35 @@
+/* crimson-pro-200 - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: "Crimson Pro";
+ font-style: normal;
+ font-weight: 200;
+ src: url("../fonts/crimson-pro-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* crimson-pro-300 - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: "Crimson Pro";
+ font-style: normal;
+ font-weight: 300;
+ src: url("../fonts/crimson-pro-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* crimson-pro-regular - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: "Crimson Pro";
+ font-style: normal;
+ font-weight: 400;
+ src: url("../fonts/crimson-pro-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}
+
+/* crimson-pro-600 - latin */
+@font-face {
+ font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
+ font-family: "Crimson Pro";
+ font-style: normal;
+ font-weight: 600;
+ src: url("../fonts/crimson-pro-v24-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
+}