changed font to ingeborg
This commit is contained in:
13
style.css
13
style.css
@@ -1,9 +1,9 @@
|
|||||||
|
@import url("//hello.myfonts.net/count/33620c");
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'charterregular';
|
font-family: 'Ingeborg-Regular';
|
||||||
src: url('/charter_regular-webfont.eot');
|
src: url('webfonts/33620C_0_0.eot');
|
||||||
src: url('/charter_regular-webfont.woff') format('woff');
|
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');
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -16,7 +16,7 @@ body {
|
|||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
font-family: 'charterregular';
|
font-family: 'Ingeborg-Regular';
|
||||||
padding-top: 3em;
|
padding-top: 3em;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -37,6 +37,7 @@ p {
|
|||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: 'Ingeborg-Regular';
|
||||||
}
|
}
|
||||||
@media all and (max-device-width: 1000px) {
|
@media all and (max-device-width: 1000px) {
|
||||||
.poem {
|
.poem {
|
||||||
|
Reference in New Issue
Block a user