forked from Cliffbreak/Time-Service
remove bebasNeue
This commit is contained in:
parent
e5a718ace0
commit
d8c5382566
2 changed files with 2 additions and 10 deletions
Binary file not shown.
|
@ -1,11 +1,3 @@
|
||||||
/* If you want you can use font-face */
|
|
||||||
@font-face {
|
|
||||||
font-family: 'BebasNeueRegular';
|
|
||||||
src: url('BebasNeue\ Regular.ttf') format('truetype');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -32,7 +24,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
#date {
|
#date {
|
||||||
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 0 5px #00c6ff;
|
text-shadow: 0 0 5px #00c6ff;
|
||||||
|
@ -51,7 +43,7 @@ ul li {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
text-shadow: 0 0 5px #00c6ff;
|
text-shadow: 0 0 5px #00c6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue