Tweak font css

This commit is contained in:
Greg Shuflin 2022-11-04 23:50:45 -07:00
parent 239892ba69
commit 32c5ce097b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ header {
body { body {
background-color:#2B2B4D; background-color:#2B2B4D;
color: white; color: white;
font-family: "Fira Sans, Ubuntu"; font-family: "Fira Sans", sans-serif;
} }
b { b {