ok the CSS for the fonts is ACTUALLY fixed now, ok? do you have any idea how many hours i've wasted over this????
This commit is contained in:
parent
c6b58d5d43
commit
d47156ebba
1 changed files with 9 additions and 8 deletions
17
style.css
17
style.css
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Atkinson Hyperlegible Bold Italic";
|
font-family: "Atkinson Hyperlegible Bold Italic";
|
||||||
src: local('Atkinson Hyperlegible Bold Italic') url('/assets/AtkinsonHyperlegible-BoldItalic.woff2');
|
src: local('Atkinson Hyperlegible Bold Italic'), url('/assets/AtkinsonHyperlegible-BoldItalic.woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -33,7 +33,8 @@ body {
|
||||||
padding: 0 .62em;
|
padding: 0 .62em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p,
|
||||||
|
footer {
|
||||||
font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;
|
font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,16 +49,16 @@ a:visited:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font: 'Atkinson Hyperlegible Bold', sans-serif;
|
font: 36px/1.2 'Atkinson Hyperlegible Bold', sans-serif;
|
||||||
line-height: 1.2;
|
|
||||||
font-size: 36px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
font: 'Atkinson Hyperlegible Bold', sans-serif;
|
font: 24px/1.2 'Atkinson Hyperlegible Bold', sans-serif;
|
||||||
line-height: 1.2;
|
}
|
||||||
font-size: 24px;
|
|
||||||
|
h4 {
|
||||||
|
font: 20px/1.2 'Atkinson Hyperlegible Bold', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
Loading…
Reference in a new issue