TIMBOVILL commited on
Commit
8924699
·
verified ·
1 Parent(s): 826bc91

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -6
style.css CHANGED
@@ -2,11 +2,6 @@ body {
2
  background: black;
3
  }
4
 
5
- @font-face {
6
- font-family: Stencil;
7
- src: url("/stencil.otf") format("opentype");
8
- }
9
-
10
  .clock {
11
  position: absolute;
12
  top: 50%;
@@ -14,7 +9,7 @@ body {
14
  transform: translateX(-50%) translateY(-50%);
15
  color: #ffffff;
16
  font-size: 120px;
17
- font-family: Stencil
18
  letter-spacing: 7px;
19
 
20
 
 
2
  background: black;
3
  }
4
 
 
 
 
 
 
5
  .clock {
6
  position: absolute;
7
  top: 50%;
 
9
  transform: translateX(-50%) translateY(-50%);
10
  color: #ffffff;
11
  font-size: 120px;
12
+ font-family: Stencil;
13
  letter-spacing: 7px;
14
 
15