diff --git a/README.md b/README.md index 33da336e3..6ef8e0a21 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Key Features * 3 Levels of Variable Inheritance (Similar to SublimeText) * Built using EM values for responsive design -> Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md) for changes from the pre-release. +> Semantic UI is now at 1.0, be sure to check out our [release notes](https://github.com/Semantic-Org/Semantic-UI/blob/master/RELEASE-NOTES.md#version-100---november-24-2014) for changes from the pre-release. ## Community Support @@ -48,8 +48,6 @@ You may also prefer to use individual components found in `dist/components` to r ``` -If you are unable to run build tools, for whatever reason, you can create a custom build by simply copying and pasting your necessary components into an online minifier](http://marijnhaverbeke.nl/uglifyjs) - ### Recommended Usage (Themed) diff --git a/bower.json b/bower.json index 64af033ca..2f82943b7 100755 --- a/bower.json +++ b/bower.json @@ -6,9 +6,6 @@ "name" : "Jack Lukic", "web" : "http://www.jacklukic.com" }, - "ignore" : [ - "src/site" - ], "dependencies": { "jquery" : ">=1.8" }, @@ -26,6 +23,7 @@ "http://semantic-ui.mit-license.org/" ], "ignore": [ + "src/site", "test" ] } diff --git a/src/themes/default/globals/site.variables b/src/themes/default/globals/site.variables index 5d87d4b47..0d4f41845 100644 --- a/src/themes/default/globals/site.variables +++ b/src/themes/default/globals/site.variables @@ -13,9 +13,10 @@ @importGoogleFonts : true; @googleFontName : 'Lato'; @googleFontSizes : '400,700,400italic,700italic'; +@googleSubset : 'latin'; @googleProtocol : 'http://'; -@googleFontRequest : '@{googleFontName}:@{googleFontSizes}'; +@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}'; /*------------------- Base Sizes