From edad6db70d5694cb6b1a0c939b8888ee9d32eb76 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 15 Jan 2014 16:12:59 +0100 Subject: [PATCH] dark_roach.css: fix font --- stylesheets/dark_roach.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stylesheets/dark_roach.css b/stylesheets/dark_roach.css index 89bb08ae..651f1bf2 100644 --- a/stylesheets/dark_roach.css +++ b/stylesheets/dark_roach.css @@ -1,9 +1,5 @@ -@font-face { - font-family: 'Ubuntu'; - font-style: normal; - font-weight: 300; - src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff'); -} +@import url(//fonts.googleapis.com/css?family=Ubuntu); + body { background: #000112; background-image: url('img/dark_roach_top.png'), url('img/dark_roach_bg.png');