summaryrefslogtreecommitdiff
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
parent22ff927a228d45c282540216df89120fe166ad04 (diff)
sandstone: include roboto 700, closes #571
-rw-r--r--sandstone/_bootswatch.scss2
-rw-r--r--sandstone/bootstrap.css2
-rw-r--r--sandstone/bootstrap.min.css2
-rw-r--r--sandstone/bootswatch.less2
4 files changed, 4 insertions, 4 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 =====================================================================
diff --git a/sandstone/bootstrap.css b/sandstone/bootstrap.css
index 695aff88..6eb5b561 100644
--- a/sandstone/bootstrap.css
+++ b/sandstone/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
+@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
diff --git a/sandstone/bootstrap.min.css b/sandstone/bootstrap.min.css
index 490c390c..9cf8eff9 100644
--- a/sandstone/bootstrap.min.css
+++ b/sandstone/bootstrap.min.css
@@ -1,4 +1,4 @@
-@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");/*!
+@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
* Copyright 2012-2016 Thomas Park
diff --git a/sandstone/bootswatch.less b/sandstone/bootswatch.less
index 2883d5a4..e806f68a 100644
--- a/sandstone/bootswatch.less
+++ b/sandstone/bootswatch.less
@@ -2,7 +2,7 @@
// Bootswatch
// -----------------------------------------------------
-@web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500";
+@web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
.web-font(@path) {
@import url("@{path}");