aboutsummaryrefslogtreecommitdiff
path: root/static/sass/plex/mono/light/_latin1.scss
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/_latin1.scss
downloadmoeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.gz
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.bz2
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.zip
Initial commit
Diffstat (limited to 'static/sass/plex/mono/light/_latin1.scss')
-rw-r--r--static/sass/plex/mono/light/_latin1.scss9
1 files changed, 9 insertions, 0 deletions
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;
+}