redesign countdown again

This commit is contained in:
2025-04-15 20:57:23 +02:00
parent 5eb871e7bf
commit 4006b54711
4 changed files with 4 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \
styles.css icons.css \
countdown.js theme.js lang.js \
doto.ttf
victor.ttf
SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace
COMPONENTS := head.html header.html nav.html footer.html

Binary file not shown.

BIN
fonts/victor.ttf Normal file

Binary file not shown.

View File

@@ -111,8 +111,8 @@
}
@font-face {
font-family: doto;
src: url("doto.ttf");
font-family: victor;
src: url("victor.ttf");
}
html {
@@ -218,10 +218,7 @@ header * {
text-align: center;
margin: 1.5em auto;
padding: 0 .5em;
outline: 1px dotted black;
font-family: doto, monospace;
background-color: var(--fg-color);
color: var(--bg-color);
font-family: victor, monospace;
width: fit-content;
font-weight: bold;
}