79 lines
1.8 KiB
SCSS
79 lines
1.8 KiB
SCSS
// MLMMonoLt font variants
|
|
@font-face {
|
|
font-family: 'MLMMonoLt';
|
|
src: url('/font/MLMMonoLt10-Bold.woff2') format('woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MLMMonoLt';
|
|
src: url('/font/MLMMonoLt10-BoldOblique.woff2') format('woff2');
|
|
font-weight: bold;
|
|
font-style: oblique;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MLMMonoLt';
|
|
src: url('/font/MLMMonoLt10-Oblique.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: oblique;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MLMMonoLt';
|
|
src: url('/font/MLMMonoLt10-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MLMRomanCaps';
|
|
src: url('/font/MLMRomanCaps10-Oblique.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: oblique;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MLMRomanCaps';
|
|
src: url('/font/MLMRomanCaps10-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
// Libertinus font variants
|
|
|
|
@font-face {
|
|
font-family: 'LibertinusSerif';
|
|
src: url('/font/LibertinusSerif-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibertinusSerif';
|
|
src: url('/font/LibertinusSerif-Italic.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibertinusSerif';
|
|
src: url('/font/LibertinusSerif-Bold.woff2') format('woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'LibertinusSerif';
|
|
src: url('/font/LibertinusSerif-BoldItalic.woff2') format('woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
$main-font: "LibertinusSerif", serif;
|
|
$title-font: "MLMRomanCaps", serif;
|
|
$heading-font: "LibertinusSerif", serif;
|
|
$code-font: "MLMMonoLT", monospace;
|
|
$regular-font-size: 1.25em;
|
|
|