Added some fonts
This commit is contained in:
parent
9166ddfaa4
commit
9f0f99b4ea
@ -1,3 +1,5 @@
|
|||||||
|
@import url("https://fonts.googleapis.com/css?family=Arvo");
|
||||||
|
|
||||||
.typewriter h1 {
|
.typewriter h1 {
|
||||||
color: white;
|
color: white;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -7,6 +9,7 @@
|
|||||||
letter-spacing: .15em;
|
letter-spacing: .15em;
|
||||||
animation: blink-caret 1s step-end infinite;
|
animation: blink-caret 1s step-end infinite;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
font-family: 'Arvo', serif;
|
||||||
|
|
||||||
@keyframes typing {
|
@keyframes typing {
|
||||||
from { width: 0 }
|
from { width: 0 }
|
||||||
|
@ -7,6 +7,6 @@ html, body {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
font-family: Roboto, sans-serif;
|
||||||
background: #ffffff url("/assets/background.jpg") no-repeat fixed center;
|
background: #ffffff url("/assets/background.jpg") no-repeat fixed center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user