77 lines
2.0 KiB
SCSS
77 lines
2.0 KiB
SCSS
// Fonts
|
|
$fonts: "IBM Plex Sans Light", "Segoe UI", Candara, sans-serif;
|
|
$code-fonts: "IBM Plex Mono Light", Consolas, "Andale Mono WT", "Andale Mono", Menlo, Monaco, monospace;
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans Light';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('IBM Plex Sans Light'),
|
|
local('IBMPlexSans-Light'),
|
|
url('/fonts/IBMPlexSans-Light.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans Light';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local('IBM Plex Sans Light Italic'),
|
|
local('IBMPlexSans-LightItalic'),
|
|
url('/fonts/IBMPlexSans-LightItalic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans Light';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('IBM Plex Sans Bold'),
|
|
local('IBMPlexSans-Bold'),
|
|
url('/fonts/IBMPlexSans-Bold.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Sans Light';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: local('IBM Plex Sans Bold Italic'),
|
|
local('IBMPlexSans-BoldItalic'),
|
|
url('/fonts/IBMPlexSans-BoldItalic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Mono Light';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('IBM Plex Mono Light'),
|
|
local('IBMPlexMono-Light'),
|
|
url('/fonts/IBMPlexMono-Light.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Mono Light';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: local('IBM Plex Mono Light Italic'),
|
|
local('IBMPlexMono-LightItalic'),
|
|
url('/fonts/IBMPlexMono-LightItalic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Mono Light';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('IBM Plex Mono Medm'),
|
|
local('IBMPlexMono-Medm'),
|
|
url('/fonts/IBMPlexMono-Medium.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'IBM Plex Mono Light';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: local('IBM Plex Mono Medm Italic'),
|
|
local('IBMPlexMono-MedmItalic'),
|
|
url('/fonts/IBMPlexMono-MediumItalic.woff2') format('woff2');
|
|
}
|
|
|