Skip to content

Commit 10f2ef6

Browse files
Updated Font
1 parent 9573ea2 commit 10f2ef6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html {
88
background-color: rgb(23, 24, 37);
99
font-family: 'Fjalla One', sans-serif;
1010
animation: fadein 1.5s;
11-
font-family: 'Times New Roman', Times, serif;
11+
font-family: 'Fjalla One', sans-serif;
1212
}
1313
@keyframes fadein {
1414
0% {
@@ -274,5 +274,6 @@ input:checked + .toggle-slider:before {
274274
.row{
275275
display: flex;
276276
font-size: 1rem;
277+
justify-content: center;
277278
}
278279

0 commit comments

Comments
 (0)