aboutsummaryrefslogtreecommitdiff
path: root/static/sass/plex/mono/light
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-11-28 23:52:40 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-11-28 23:58:31 +0100
commitb2845952da634202be913fdf0e68e6cb55b67d80 (patch)
tree4815312c6bb33da58eab7fd87dbe07f1639bb686 /static/sass/plex/mono/light
downloadmoeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.gz
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.bz2
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.zip
Initial commit
Diffstat (limited to 'static/sass/plex/mono/light')
-rw-r--r--static/sass/plex/mono/light/_cyrillic.scss9
-rw-r--r--static/sass/plex/mono/light/_index.scss16
-rw-r--r--static/sass/plex/mono/light/_latin1.scss9
-rw-r--r--static/sass/plex/mono/light/_latin2.scss9
-rw-r--r--static/sass/plex/mono/light/_latin3.scss9
-rw-r--r--static/sass/plex/mono/light/_pi.scss9
-rw-r--r--static/sass/plex/mono/light/italic/_cyrillic.scss9
-rw-r--r--static/sass/plex/mono/light/italic/_index.scss16
-rw-r--r--static/sass/plex/mono/light/italic/_latin1.scss9
-rw-r--r--static/sass/plex/mono/light/italic/_latin2.scss9
-rw-r--r--static/sass/plex/mono/light/italic/_latin3.scss9
-rw-r--r--static/sass/plex/mono/light/italic/_pi.scss9
12 files changed, 122 insertions, 0 deletions
diff --git a/static/sass/plex/mono/light/_cyrillic.scss b/static/sass/plex/mono/light/_cyrillic.scss
new file mode 100644
index 0000000..5ad1f2b
--- /dev/null
+++ b/static/sass/plex/mono/light/_cyrillic.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2') format('woff2');
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
+}
diff --git a/static/sass/plex/mono/light/_index.scss b/static/sass/plex/mono/light/_index.scss
new file mode 100644
index 0000000..3319fad
--- /dev/null
+++ b/static/sass/plex/mono/light/_index.scss
@@ -0,0 +1,16 @@
+$font-prefix: '..' !default;
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2') format('woff2'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff') format('woff');
+}
+
+@import 'cyrillic';
+@import 'pi';
+@import 'latin3';
+@import 'latin2';
+@import 'latin1'; \ No newline at end of file
diff --git a/static/sass/plex/mono/light/_latin1.scss b/static/sass/plex/mono/light/_latin1.scss
new file mode 100644
index 0000000..e8ba154
--- /dev/null
+++ b/static/sass/plex/mono/light/_latin1.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2') format('woff2');
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
+}
diff --git a/static/sass/plex/mono/light/_latin2.scss b/static/sass/plex/mono/light/_latin2.scss
new file mode 100644
index 0000000..cc4ee97
--- /dev/null
+++ b/static/sass/plex/mono/light/_latin2.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2') format('woff2');
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
+}
diff --git a/static/sass/plex/mono/light/_latin3.scss b/static/sass/plex/mono/light/_latin3.scss
new file mode 100644
index 0000000..d6d778d
--- /dev/null
+++ b/static/sass/plex/mono/light/_latin3.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2') format('woff2');
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
+}
diff --git a/static/sass/plex/mono/light/_pi.scss b/static/sass/plex/mono/light/_pi.scss
new file mode 100644
index 0000000..9262e7b
--- /dev/null
+++ b/static/sass/plex/mono/light/_pi.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: normal;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light'),
+ local('IBMPlexMono-Light'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2') format('woff2');
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
+}
diff --git a/static/sass/plex/mono/light/italic/_cyrillic.scss b/static/sass/plex/mono/light/italic/_cyrillic.scss
new file mode 100644
index 0000000..eda4c1a
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_cyrillic.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2') format('woff2');
+ unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9;
+}
diff --git a/static/sass/plex/mono/light/italic/_index.scss b/static/sass/plex/mono/light/italic/_index.scss
new file mode 100644
index 0000000..6da8389
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_index.scss
@@ -0,0 +1,16 @@
+$font-prefix: '..' !default;
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2') format('woff2'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff') format('woff');
+}
+
+@import 'cyrillic';
+@import 'pi';
+@import 'latin3';
+@import 'latin2';
+@import 'latin1'; \ No newline at end of file
diff --git a/static/sass/plex/mono/light/italic/_latin1.scss b/static/sass/plex/mono/light/italic/_latin1.scss
new file mode 100644
index 0000000..5243a58
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_latin1.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2') format('woff2');
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02;
+}
diff --git a/static/sass/plex/mono/light/italic/_latin2.scss b/static/sass/plex/mono/light/italic/_latin2.scss
new file mode 100644
index 0000000..37bb3ac
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_latin2.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2') format('woff2');
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
+}
diff --git a/static/sass/plex/mono/light/italic/_latin3.scss b/static/sass/plex/mono/light/italic/_latin3.scss
new file mode 100644
index 0000000..8ae301e
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_latin3.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2') format('woff2');
+ unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
+}
diff --git a/static/sass/plex/mono/light/italic/_pi.scss b/static/sass/plex/mono/light/italic/_pi.scss
new file mode 100644
index 0000000..68b1bb0
--- /dev/null
+++ b/static/sass/plex/mono/light/italic/_pi.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Mono';
+ font-style: italic;
+ font-weight: 300;
+ src: local('IBM Plex Mono Light Italic'),
+ local('IBMPlexMono-LightItalic'),
+ url('#{$font-prefix}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2') format('woff2');
+ unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC;
+}