mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 13:01:18 -04:00
additional webfont weight for a little more cross-OS consistency
This commit is contained in:
@@ -14,6 +14,20 @@
|
||||
url("fonts/open-sans-light.svg#OpenSans") format("svg");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
font-display: fallback;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("fonts/open-sans-regular.eot");
|
||||
src: local("Open Sans Regular"), local("OpenSans-Regular"),
|
||||
url("fonts/open-sans-regular.eot?#iefix") format("embedded-opentype"),
|
||||
url("fonts/open-sans-regular.woff2") format("woff2"),
|
||||
url("fonts/open-sans-regular.woff") format("woff"),
|
||||
url("fonts/open-sans-regular.ttf") format("truetype"),
|
||||
url("fonts/open-sans-regular.svg#OpenSans") format("svg");
|
||||
}
|
||||
|
||||
|
||||
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
@@ -237,6 +251,7 @@ div#home img#me {
|
||||
div#home h1 {
|
||||
margin: 0 0 20px 0;
|
||||
font-size: 1.5em;
|
||||
font-weight: normal;
|
||||
line-height: 1em;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
@@ -244,6 +259,7 @@ div#home h1 {
|
||||
div#home h2 {
|
||||
margin: 20px 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: normal;
|
||||
line-height: 1.4em;
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
@@ -271,14 +287,11 @@ div#home sup {
|
||||
}
|
||||
|
||||
div#home h1 {
|
||||
font-size: 1.5em;
|
||||
margin: 0 0 12px 0;
|
||||
}
|
||||
|
||||
div#home h2 {
|
||||
margin: 12px 0;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
div#home p {
|
||||
@@ -287,10 +300,6 @@ div#home sup {
|
||||
margin: 12px 0;
|
||||
}
|
||||
|
||||
div#home span#wave {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div#home div#footer div#panda {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user