aboutsummaryrefslogtreecommitdiff
path: root/static/sass/plex/sans/extralight/_greek.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/sans/extralight/_greek.scss
downloadmoeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.gz
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.tar.bz2
moeka-b2845952da634202be913fdf0e68e6cb55b67d80.zip
Initial commit
Diffstat (limited to 'static/sass/plex/sans/extralight/_greek.scss')
-rw-r--r--static/sass/plex/sans/extralight/_greek.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/sass/plex/sans/extralight/_greek.scss b/static/sass/plex/sans/extralight/_greek.scss
new file mode 100644
index 0000000..c31b27c
--- /dev/null
+++ b/static/sass/plex/sans/extralight/_greek.scss
@@ -0,0 +1,9 @@
+@font-face {
+ font-family: 'IBM Plex Sans';
+ font-style: normal;
+ font-weight: 200;
+ src: local('IBM Plex Sans ExtLt'),
+ local('IBMPlexSans-ExtLt'),
+ url('#{$font-prefix}/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-ExtraLight-Greek.woff2') format('woff2');
+ unicode-range: U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;
+}