move google font import out of core styles

This commit is contained in:
nightwing 2012-04-20 16:59:13 +04:00
commit 6398fcf539
3 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
body {
margin:0;
padding:0;

View file

@ -1,3 +1,5 @@
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
html {
height: 100%;
width: 100%;

View file

@ -1,4 +1,3 @@
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
.ace_editor {
position: absolute;