diff --git a/contents/open-sans-regular.woff b/contents/open-sans-regular.woff new file mode 100755 index 0000000..ac2b2c6 Binary files /dev/null and b/contents/open-sans-regular.woff differ diff --git a/contents/source-code-pro-700.woff b/contents/source-code-pro-700.woff new file mode 100755 index 0000000..b6e20dd Binary files /dev/null and b/contents/source-code-pro-700.woff differ diff --git a/contents/style.scss b/contents/style.scss index 21a1157..ee0041a 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -2,6 +2,20 @@ $container-width: 528px; @import "../bower_components/Skeleton-Sass/scss/skeleton.scss"; +@font-face { + font-family: 'Open Sans'; + font-weight: 400; + font-style: normal; + src: url('open-sans-regular.woff') format('woff'); +} + +@font-face { + font-family: 'Source Code Pro'; + font-weight: 700; + font-style: normal; + src: url('source-code-pro-700.woff') format('woff'); +} + .container { margin: auto; max-width: $container-width; @@ -37,8 +51,8 @@ a[href^='https://www.runscope.com'] { h1, h2, h3, h4, h5, h6 { color: #333; - font-family: 'Montserrat', sans-serif; font-size: 20px; + font-weight: bold; margin-bottom: 8px; } diff --git a/templates/layout.jade b/templates/layout.jade index d4d15fc..750b587 100644 --- a/templates/layout.jade +++ b/templates/layout.jade @@ -5,7 +5,6 @@ html(lang="en") title #{title} — httpstatuses.com link(rel='shortcut icon', href='/' + fingerprint['favicon.ico'], type='image/x-icon') link(rel='stylesheet', href='/' + fingerprint['style.css']) - link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Source+Code+Pro:700', type='text/css') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(charset='utf-8') body