Fonts, Docker fixes

This commit is contained in:
2026-06-14 09:03:06 +02:00
parent 82ec6ea902
commit a399ede401
3 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ a,
.feed-title {
cursor: pointer;
font-family: 'Courier New';
font-family: Glook, 'Courier New';
font-size: clamp(1.25rem, 4.5vw, 1.6rem);
font-weight: bold;
color: var(--color-accent-2);
@@ -83,7 +83,7 @@ a,
}
.feed-content {
font-family: Georgia, 'Times New Roman', Times, serif;
font-family: Merriweather, Georgia, 'Times New Roman', Times, serif;
font-size: clamp(1rem, 3.5vw, 1.25rem);
padding: 0 1em 1em;
overflow-wrap: break-word;