aboutsummaryrefslogtreecommitdiff
path: root/static/sass/plex/sans/thin/_latin2.scss
blob: b132917416e5d1700d9b2c74dc57f4389b29aa90 (plain)
1
2
3
4
5
6
7
8
9
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: local('IBM Plex Sans Thin'),
    local('IBMPlexSans-Thin'),
    url('#{$font-prefix}/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Thin-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;
}