blob: d6d778d2c8e65037bafd135201703247c0a0c257 (
plain)
1
2
3
4
5
6
7
8
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;
}
|