forked from Cliffbreak/Time-Service
added font-file
This commit is contained in:
parent
84417580d2
commit
e93fc12f42
2 changed files with 44 additions and 44 deletions
BIN
page/css/BebasNeue Regular.ttf
Executable file
BIN
page/css/BebasNeue Regular.ttf
Executable file
Binary file not shown.
|
@ -1,16 +1,13 @@
|
||||||
/* If you want you can use font-face */
|
/* If you want you can use font-face */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'BebasNeueRegular';
|
font-family: 'BebasNeueRegular';
|
||||||
src: url('BebasNeue-webfont.eot');
|
src: url('BebasNeue\ Regular.ttf') format('truetype');
|
||||||
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
|
|
||||||
url('BebasNeue-webfont.woff') format('woff'),
|
|
||||||
url('BebasNeue-webfont.ttf') format('truetype'),
|
|
||||||
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, html {
|
body,
|
||||||
|
html {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
@ -72,10 +69,12 @@ ul li {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
50% {
|
50% {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
text-shadow: 0 0 20px #00c6ff;
|
text-shadow: 0 0 20px #00c6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -86,6 +85,7 @@ ul li {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue