From d881e8afac52513cdaacf9ba035904275d22dbf3 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sun, 10 Aug 2014 16:20:50 -0700 Subject: [PATCH] Update _typography.scss Font face changes --- app/assets/stylesheets/themes/default/layout/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss index 6abcab1..caef643 100644 --- a/app/assets/stylesheets/themes/default/layout/_typography.scss +++ b/app/assets/stylesheets/themes/default/layout/_typography.scss @@ -2,8 +2,8 @@ Typography */ -@import url(http://fonts.googleapis.com/css?family=Electrolize); -@import url(http://fonts.googleapis.com/css?family=Inder); +@import url(http://fonts.googleapis.com/css?family=Russo+One); +@import url(http://fonts.googleapis.com/css?family=Open+Sans); body { color: $base-font-color;