summaryrefslogtreecommitdiffstatshomepage
path: root/scss/_webfonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_webfonts.scss')
-rw-r--r--scss/_webfonts.scss259
1 files changed, 259 insertions, 0 deletions
diff --git a/scss/_webfonts.scss b/scss/_webfonts.scss
new file mode 100644
index 0000000..19818c5
--- /dev/null
+++ b/scss/_webfonts.scss
@@ -0,0 +1,259 @@
+$cyrillic-ext: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
+$cyrillic: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
+$greek-ext: U+1F00-1FFF;
+$greek: U+0370-03FF;
+$latin-ext: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
+$latin: U+0000-00FF, U+0131, U+0152-0153, U+2190-21FF, 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;
+$vietnamese: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-cyrillic-ext.woff2) format('woff2');
+ unicode-range: $cyrillic-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-cyrillic.woff2) format('woff2');
+ unicode-range: $cyrillic;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-greek-ext.woff2) format('woff2');
+ unicode-range: $greek-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-greek.woff2) format('woff2');
+ unicode-range: $greek;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-vietnamese.woff2) format('woff2');
+ unicode-range: $vietnamese;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-latin-ext.woff2) format('woff2');
+ unicode-range: $latin-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Regular'), local('Alegreya-Regular'), url(fonts/alegreya-latin.woff2) format('woff2');
+ unicode-range: $latin;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-cyrillic-ext.woff2) format('woff2');
+ unicode-range: $cyrillic-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-cyrillic.woff2) format('woff2');
+ unicode-range: $cyrillic;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-greek-ext.woff2) format('woff2');
+ unicode-range: $greek-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-greek.woff2) format('woff2');
+ unicode-range: $greek;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-vietnamese.woff2) format('woff2');
+ unicode-range: $vietnamese;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-latin-ext.woff2) format('woff2');
+ unicode-range: $latin-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: italic;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(fonts/alegreya-sans-italic-latin.woff2) format('woff2');
+ unicode-range: $latin;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-cyrillic-ext.woff2) format('woff2');
+ unicode-range: $cyrillic-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-cyrillic.woff2) format('woff2');
+ unicode-range: $cyrillic;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-greek-ext.woff2) format('woff2');
+ unicode-range: $greek-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-greek.woff2) format('woff2');
+ unicode-range: $greek;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-vietnamese.woff2) format('woff2');
+ unicode-range: $vietnamese;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-latin-ext.woff2) format('woff2');
+ unicode-range: $latin-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url(fonts/alegreya-sans-regular-latin.woff2) format('woff2');
+ unicode-range: $latin;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-cyrillic-ext.woff2) format('woff2');
+ unicode-range: $cyrillic-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-cyrillic.woff2) format('woff2');
+ unicode-range: $cyrillic;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-greek-ext.woff2) format('woff2');
+ unicode-range: $greek-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-greek.woff2) format('woff2');
+ unicode-range: $greek;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-vietnamese.woff2) format('woff2');
+ unicode-range: $vietnamese;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-latin-ext.woff2) format('woff2');
+ unicode-range: $latin-ext;
+}
+
+@font-face {
+ font-family: 'Alegreya Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-display: swap;
+ src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url(fonts/alegreya-sans-bold-latin.woff2) format('woff2');
+ unicode-range: $latin;
+}