optimize images

This commit is contained in:
2025-07-26 00:27:04 +02:00
parent 0faf50371f
commit 5fbc1662a4
2 changed files with 41 additions and 15 deletions

View File

@@ -82,18 +82,6 @@
#context if is-html() and not is-nano {
html.elem("style", "
@font-face {
font-family: 'DejaVu Sans Mono';
src:local('DejaVu Sans Mono'),
url('res/DejaVuSansMono-Bold.woff2') format('woff2'),
local('Courier New'),
local(Courier),
local(monospace);
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DejaVu Sans Mono';
src:local('DejaVu Sans Mono'),
@@ -106,6 +94,19 @@ html.elem("style", "
font-display: swap;
}
/*
@font-face {
font-family: 'DejaVu Sans Mono';
src:local('DejaVu Sans Mono'),
url('res/DejaVuSansMono-Bold.woff2') format('woff2'),
local('Courier New'),
local(Courier),
local(monospace);
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DejaVu Sans';
src:local('DejaVu Sans'),
@@ -124,7 +125,7 @@ html.elem("style", "
font-weight: normal;
font-style: normal;
font-display: swap;
}
}*/
body {
font-family: DejaVu Sans Mono;