From 627e37753c7e952d7dbc3fa502979948fdeb91ae Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 10 Jun 2016 13:29:18 -0400 Subject: sandstone: include roboto 700, closes #571 --- sandstone/_bootswatch.scss | 2 +- sandstone/bootstrap.css | 2 +- sandstone/bootstrap.min.css | 2 +- sandstone/bootswatch.less | 2 +- 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}"); -- cgit v1.2.3