summaryrefslogtreecommitdiff
path: root/sandstone/_bootswatch.scss
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-06-10 13:29:18 -0400
committerThomas Park <thomas@thomaspark.co>2016-06-10 13:29:18 -0400
commit627e37753c7e952d7dbc3fa502979948fdeb91ae (patch)
tree6596e770c6893f95f1c4a23e01bf81ce5bdb3fad /sandstone/_bootswatch.scss
parent22ff927a228d45c282540216df89120fe166ad04 (diff)
sandstone: include roboto 700, closes #571
Diffstat (limited to 'sandstone/_bootswatch.scss')
-rw-r--r--sandstone/_bootswatch.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandstone/_bootswatch.scss b/sandstone/_bootswatch.scss
index 9bb6c5e8..26e5aecc 100644
--- a/sandstone/_bootswatch.scss
+++ b/sandstone/_bootswatch.scss
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default;
+$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500,700" !default;
@import url($web-font-path);
// Navbar =====================================================================