Skip to content

Commit 09a5661

Browse files
committed
Merge pull request #1 from djjedclash/remove_google_fonts
removed google fonts
2 parents d3f5389 + 28f49c4 commit 09a5661

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/assets/stylesheets/wigu/active_admin_theme.css.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//FONT----------------------------------------------------------------------------------------------------------------//
2-
3-
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic-ext);
4-
51
//VAR-----------------------------------------------------------------------------------------------------------------//
62

73
$skinMainFirstColor: #23282f!default;
@@ -13,12 +9,9 @@ $skinTablePadding: 10px!default;
139
//HTML----------------------------------------------------------------------------------------------------------------//
1410

1511
html {
16-
font-family: 'Open Sans', sans-serif;
1712
background: #f7f9fb;
18-
font-weight: 300;
1913
}
2014
body.active_admin {
21-
font-family: 'Open Sans', sans-serif;
2215
background: #f7f9fb;
2316
}
2417
#wrapper {
@@ -187,7 +180,7 @@ body.active_admin {
187180
background-image: none;
188181
text-shadow: none;
189182
}
190-
183+
191184
.flash_notice {
192185
background-color: #669148;
193186
border-bottom: 2px solid #4C7331;

0 commit comments

Comments
 (0)