This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/scss/definitions/_fonts.scss

33 lines
709 B
SCSS

// FONTS
// Define how looks the text
$fontsize: 4.5mm;
$fontweight_big: 300;
$fontweight_base: 400;
$fontweight_bold: 600;
$fontweight_hyper: 800;
$basefont: Inter,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Cantarell,
Roboto,
Oxygen,
Ubuntu,
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
$titlefont: 'Comic Neue Angular', sans-serif;
@font-face {
font-family: 'Comic Neue Angular';
src: local('Comic Neue Angular Bold Italic'), local('ComicNeueAngular-BoldItalic'),
url('fonts/ComicNeueAngular-BoldItalic.woff2') format('woff2'),
url('fonts/ComicNeueAngular-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}