Change: font to "Roboto Mono"
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m44s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 38s

This commit is contained in:
Aroy-Art 2024-04-01 22:24:21 +02:00
parent fc1ef42652
commit 2f99ed9703
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -124,7 +124,7 @@ body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Roboto Mono", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; }