aboutsummaryrefslogtreecommitdiff
path: root/static/sass/plex/serif/semibold/_latin2.scss
blob: 785866ff9d4e1fe4c3e4a102ff781369d7ac87fa (plain)
1
2
3
4
5
6
7
8
9
@font-face {
  font-family: 'IBM Plex Serif';
  font-style: normal;
  font-weight: 600;
  src: local('IBM Plex Serif SmBld'),
    local('IBMPlexSerif-SmBld'),
    url('#{$font-prefix}/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02;
}