blob: 348850d57e6e4ba0bb7185b80db2b183da4fe60d (
plain)
1
2
3
4
5
6
7
8
9
|
@font-face {
font-family: 'IBM Plex Serif';
font-style: normal;
font-weight: 100;
src: local('IBM Plex Serif Thin'),
local('IBMPlexSerif-Thin'),
url('#{$font-prefix}/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Thin-Latin3.woff2') format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
|