blob: 23a8f8cbd1ec6a0b2ca2bd603d2ad74f3a047a27 (
plain)
1
2
3
4
5
6
7
8
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-Latin3.woff2') format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
|