changed font to ingeborg

This commit is contained in:
2017-03-31 17:03:49 +02:00
parent 41b1b9f572
commit af951723ba

View File

@@ -1,9 +1,9 @@
@import url("//hello.myfonts.net/count/33620c");
@font-face {
font-family: 'charterregular';
src: url('/charter_regular-webfont.eot');
src: url('/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
font-family: 'Ingeborg-Regular';
src: url('webfonts/33620C_0_0.eot');
src: url('webfonts/33620C_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/33620C_0_0.woff2') format('woff2'),url('webfonts/33620C_0_0.woff') format('woff'),url('webfonts/33620C_0_0.ttf') format('truetype');
}
* {
box-sizing: border-box;
@@ -16,7 +16,7 @@ body {
max-width: 1000px;
height: 100vh;
font-size: 23px;
font-family: 'charterregular';
font-family: 'Ingeborg-Regular';
padding-top: 3em;
display: none;
}
@@ -37,6 +37,7 @@ p {
font-size: 50px;
padding: 10px;
cursor: pointer;
font-family: 'Ingeborg-Regular';
}
@media all and (max-device-width: 1000px) {
.poem {