move importing external css files outside the redoc

This commit is contained in:
Roman Hotsiy 2016-03-14 22:27:45 +02:00
parent ca2c01b8ac
commit 617d398dee
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
// Google Fonts
// ---------------------------
@import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold});
@import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular});
body { body {
margin: 0; margin: 0;
padding-top: 50px; padding-top: 50px;

View File

@ -39,11 +39,6 @@ $h3: 1.2857142857142858em;
$h4: 1.1428571428571428em; $h4: 1.1428571428571428em;
$h5: 0.929em; $h5: 0.929em;
// Google Fonts
// ---------------------------
@import url(http://fonts.googleapis.com/css?family=#{$base-font}:#{$light},#{$regular},#{$bold});
@import url(http://fonts.googleapis.com/css?family=#{$headers-font}:#{$light},#{$regular});
// Side Bar // Side Bar
// --------------------------- // ---------------------------
$side-bar-width: 260px; $side-bar-width: 260px;