Compare commits
No commits in common. "master" and "bessere-version-wie-von-moritz" have entirely different histories.
master
...
bessere-ve
2 changed files with 10 additions and 2 deletions
BIN
page/css/BebasNeue Regular.ttf
Executable file
BIN
page/css/BebasNeue Regular.ttf
Executable file
Binary file not shown.
|
@ -1,3 +1,11 @@
|
|||
/* 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,
|
||||
html {
|
||||
height: 100vh;
|
||||
|
@ -24,7 +32,7 @@ html {
|
|||
}
|
||||
|
||||
#date {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
text-shadow: 0 0 5px #00c6ff;
|
||||
|
@ -43,7 +51,7 @@ ul li {
|
|||
display: inline;
|
||||
font-size: 10em;
|
||||
text-align: center;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
|
||||
text-shadow: 0 0 5px #00c6ff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue