Restore user-defined styling for hermit-v2.

This commit is contained in:
2026-04-19 18:46:28 +02:00
parent 410311afac
commit 96642a72b4
2 changed files with 9 additions and 65 deletions
+76
View File
@@ -0,0 +1,76 @@
// 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');
}