Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

Commit 824b210

Browse files
committed
feat(html.css): use Gotham as font-family
1 parent 7a1f09c commit 824b210

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/server/components/html.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11

22
body {
33
background: #fff;
4-
}
5-
6-
.bla {
7-
background-color: red;
8-
transform: rotate(0deg);
9-
display: flex;
10-
justify-content: center;
4+
font-family: 'Gotham', sans-serif;
115
}

0 commit comments

Comments
 (0)