summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/index.html1
-rw-r--r--app/base.styl2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/index.html b/app/assets/index.html
index cd15351..9df154a 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -251,4 +251,5 @@
<footer>
</footer>
</body>
+ <link href="http://fonts.cdnfonts.com/css/pt-sans-narrow" rel="stylesheet">
</html>
diff --git a/app/base.styl b/app/base.styl
index a633bbb..c44f477 100644
--- a/app/base.styl
+++ b/app/base.styl
@@ -16,7 +16,7 @@ secondaryColor = #DB0A16
}
body {
- font-family: "PT Sans"
+ font-family: "PT Sans", sans-serif
max-width: 1024px
min-width: 375px
margin: 0 auto !important