updated style

This commit is contained in:
2017-03-29 17:55:51 +02:00
parent 556f37792b
commit 77975c3370
4 changed files with 6 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
@font-face {
font-family: 'charterregular';
src: url('http://blog.veitheller.de/charter_regular-webfont.eot');
src: url('http://blog.veitheller.de/charter_regular-webfont.woff') format('woff');
src: url('/charter_regular-webfont.eot');
src: url('/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@@ -13,7 +13,7 @@ body {
}
.poem {
margin: auto;
max-width: 900px;
max-width: 1000px;
height: 100vh;
font-size: 23px;
font-family: 'charterregular';
@@ -29,6 +29,5 @@ body {
.nav {
font-size: 50px;
padding: 10px;
font-family: 'charterregular';
cursor: pointer;
}