diff --git a/sass/custom/_getting_started.scss b/sass/custom/_getting_started.scss
index 85a35ec3c51..ad38cb80e48 100644
--- a/sass/custom/_getting_started.scss
+++ b/sass/custom/_getting_started.scss
@@ -1,7 +1,7 @@
#getting_started {
.intro {
padding-bottom: 16px;
- font-size: 24px;
+ font-size: 1.1rem;
}
.installations {
diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss
index 37cc00450fa..8c5025ed704 100644
--- a/sass/custom/_paulus.scss
+++ b/sass/custom/_paulus.scss
@@ -2,6 +2,18 @@
$primary-color: #1abcf2;
+body, html {
+ font-family: "Instrument Sans", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
+ font-size: 1rem;
+ letter-spacing: 0.01rem;
+ line-height: 1.5;
+}
+
+h1, h2, h3, h4 {
+ font-family: Figtree, system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
+ font-weight: 600;
+}
+
.site-header {
position: relative;
@@ -475,8 +487,6 @@ dt:hover a.title-link {
article.post,
article.page,
article.listing {
- font-size: 1.125em;
- line-height: 1.6;
img,
table {
@@ -534,36 +544,8 @@ article.listing {
}
}
- h1 {}
-
- h2 {
- font-size: 1.5em;
- margin-top: 2em;
-
- // Future re-design
- // margin: 1.5em 0 1rem;
- //
- // border: 0;
- // border-top: 1px solid $primary-color;
- // padding-top: 1.4rem;
- }
-
- h3 {
- text-transform: uppercase;
- letter-spacing: 0.125rem;
- font-size: 1.2rem;
- margin-top: 2em;
-
- // Future re-design
- // margin: 2em 0 1rem;
- }
-
- h4 {
- font-size: 1.1rem;
- margin-top: 2em;
-
- // Future re-design
- // margin: 1.5em 0 1rem;
+ h2, h3, h4 {
+ margin-top: 1.2em;
}
details {
diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html
index e29ee41bbb6..5e9ee0dd262 100644
--- a/source/_includes/site/head.html
+++ b/source/_includes/site/head.html
@@ -35,4 +35,8 @@
+
+
+
+