fix css linting issues

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu
2022-11-21 17:55:44 -08:00
parent ecff5313a1
commit 1dfd8c91a2
4 changed files with 11 additions and 25 deletions

View File

@@ -1,11 +1,16 @@
.journal-form h1 {
@font-face {
font-family: testFont;
src: url("CoveredByYourGrace-Regular.ttf");
}
.journal-form h1 {
font-family: testFont, sans-serif;
text-align: center;
}
.journal-form {
font-size: 120%;
font-family: "Century Gothic";
font-family: "Century Gothic", sans-serif;
width: 50%;
margin: auto;
color: #516754;