Fonts, Docker fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user