Added some fonts
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Arvo");
|
||||
|
||||
.typewriter h1 {
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
@ -7,6 +9,7 @@
|
||||
letter-spacing: .15em;
|
||||
animation: blink-caret 1s step-end infinite;
|
||||
display: inline;
|
||||
font-family: 'Arvo', serif;
|
||||
|
||||
@keyframes typing {
|
||||
from { width: 0 }
|
||||
|
Reference in New Issue
Block a user