2020-05-04 12:33:11 -06:00

77 lines
1.2 KiB
CSS

@font-face {
font-family: 'IM Fell English';
src: url('../fonts/im_fell_english/imfellenglish-italic-webfont.woff2') format('woff2'),
url('../fonts/im_fell_english/imfellenglish-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'IM Fell English';
src: url('../fonts/im_fell_english/imfellenglish-regular-webfont.woff2') format('woff2'),
url('../fonts/im_fell_english/imfellenglish-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html {
font-size: 26px;
}
body {
background-color: white;
font-family: 'IM Fell English', sans-serif;
font-weight: 400;
line-height: 1.45;
color: #333;
max-width: 64ch;
margin: 0 auto;
padding-left: 1em;
padding-right: 1em;
}
p {
margin-bottom: 1.25em;
}
a {
color: #333;
}
h1, h2, h3, h4, h5 {
font-size: 1.75em;
margin: 2.75rem 0 1rem;
font-family: 'IM Fell English', sans-serif;
font-weight: 700;
line-height: 1.15;
}
h1 {
margin-top: 0;
/*font-size: 3.052em;*/
}
small {
font-size: 0.8em;
}
header,
footer {
text-align: center;
}
@media all and (max-width: 500px) {
html {
font-size: 20px;
}
body {
line-height: 1.7;
}
}