diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-05-26 17:12:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-05-26 17:12:36 -0400 |
commit | 9714041696face069442b7300b3bf5910b7aa21a (patch) | |
tree | cca14dff62e43a3731b6a5b36017cd9f0f42d05e | |
parent | 4b07f632daff717874d5f150d63f69f69f4e6a96 (diff) |
united: add bold ubuntu font, closes #468
-rw-r--r-- | united/_bootswatch.scss | 2 | ||||
-rw-r--r-- | united/bootstrap.css | 2 | ||||
-rw-r--r-- | united/bootstrap.min.css | 2 | ||||
-rw-r--r-- | united/bootswatch.less | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/united/_bootswatch.scss b/united/_bootswatch.scss index a20b2c10..f7dc3f6d 100644 --- a/united/_bootswatch.scss +++ b/united/_bootswatch.scss @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("https://fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700"); // Navbar ===================================================================== diff --git a/united/bootstrap.css b/united/bootstrap.css index b964ffcc..8e2f758a 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700"); /*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css index 3c82c75c..f69f4ca3 100644 --- a/united/bootstrap.min.css +++ b/united/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=Ubuntu");/*! +@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");/*! * bootswatch v3.3.4+1 * Homepage: http://bootswatch.com * Copyright 2012-2015 Thomas Park diff --git a/united/bootswatch.less b/united/bootswatch.less index 5934a929..5ee2942b 100644 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("https://fonts.googleapis.com/css?family=Ubuntu"); +@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700"); // Navbar ===================================================================== |