diff --git a/_sass/jekyll-theme-architect.scss b/_sass/jekyll-theme-architect.scss index 756d1177..fc424531 100644 --- a/_sass/jekyll-theme-architect.scss +++ b/_sass/jekyll-theme-architect.scss @@ -5,7 +5,7 @@ /* LAYOUT STYLES */ body { font-family: 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 15px; + font-size: 16px; font-weight: 400; line-height: 1.5; color: #666; @@ -208,7 +208,7 @@ form { #main-content h2 { margin-bottom: 8px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 22px; + font-size: 26px; font-weight: bold; color: #474747; text-indent: 4px; @@ -224,7 +224,7 @@ form { margin-top: 24px; margin-bottom: 8px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 18px; + font-size: 22px; font-weight: bold; color: #474747; text-indent: 3px; @@ -240,7 +240,7 @@ form { #main-content h4 { margin-bottom: 8px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 15px; + font-size: 18px; font-weight: bold; color: #474747; text-indent: 3px; @@ -256,7 +256,7 @@ h4:before { #main-content h5 { margin-bottom: 8px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 14px; + font-size: 16px; color: #474747; text-indent: 3px; } @@ -270,7 +270,7 @@ h5:before { #main-content h6 { margin-bottom: 8px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; - font-size: .8em; + font-size: 1em; color: #474747; text-indent: 3px; } diff --git a/assets/css/print.scss b/assets/css/print.scss index e9bc8ba9..a4ab293c 100644 --- a/assets/css/print.scss +++ b/assets/css/print.scss @@ -46,7 +46,7 @@ table { } body { font-family: 'Helvetica Neue', Helvetica, Arial, serif; - font-size: 13px; + font-size: 16px; line-height: 1.5; color: #000; } @@ -140,31 +140,31 @@ h1 { h2 { margin-bottom: 8px; - font-size: 22px; + font-size: 26px; font-weight: bold; color: #303030; } h3 { margin-bottom: 8px; - font-size: 18px; + font-size: 20px; font-weight: bold; color: #d5000d; } h4 { - font-size: 16px; + font-size: 18px; font-weight: bold; color: #303030; } h5 { - font-size: 1em; + font-size: 16px; color: #303030; } h6 { - font-size: .8em; + font-size: 1em; color: #303030; }