54 lines
1.5 KiB
CSS
54 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans-Italic.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans-Italic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans-BoldItalic.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans-BoldItalic.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans-Bold.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans-SmBld.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans-SmBld.woff') format('woff');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans';
|
|
src: url('fonts/subset-IBMPlexSans-SmBldItalic.woff2') format('woff2'),
|
|
url('fonts/subset-IBMPlexSans-SmBldItalic.woff') format('woff');
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|