2016-05-19 15:01:28 +01:00
|
|
|
//fonts.scss
|
|
|
|
|
|
|
|
body {
|
2016-06-20 22:25:05 +01:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
font-feature-settings: "liga";
|
|
|
|
font-family: $font-stack-body;
|
|
|
|
font-size: 1.2em;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
2016-07-18 10:01:51 +01:00
|
|
|
code {
|
|
|
|
font-family: $font-stack-code;
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
|
2016-05-19 15:01:28 +01:00
|
|
|
#topheader h1 {
|
2016-06-20 22:25:05 +01:00
|
|
|
font-family: $font-stack-body;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2016-06-20 22:25:05 +01:00
|
|
|
font-family: $font-stack-headers;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#topheader a {
|
2016-06-20 22:25:05 +01:00
|
|
|
text-decoration: none;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
2016-06-20 22:25:05 +01:00
|
|
|
font-feature-settings: "dlig";
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
article header h1 a {
|
2016-06-20 22:25:05 +01:00
|
|
|
text-decoration: none;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
article div a {
|
2016-06-20 22:25:05 +01:00
|
|
|
text-decoration: none;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
2016-06-20 22:25:05 +01:00
|
|
|
font-size: 0.8em;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji {
|
2016-06-20 22:25:05 +01:00
|
|
|
width: auto;
|
|
|
|
height: 1em;
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|