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