From e87d9af52c40c56a6fc0be3d520b4db7172a3cc3 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 2 Aug 2012 23:01:05 -0700 Subject: [PATCH] fix roboto in firefox" --- app/assets/stylesheets/new_styles/_typography.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/new_styles/_typography.scss b/app/assets/stylesheets/new_styles/_typography.scss index af01b9bb4..194caa994 100644 --- a/app/assets/stylesheets/new_styles/_typography.scss +++ b/app/assets/stylesheets/new_styles/_typography.scss @@ -1,19 +1,22 @@ /* Roboto */ @font-face { font-family : Roboto; - src : image-url('fonts/Roboto-Regular.ttf'); + src : url('https://themes.googleusercontent.com/font?kit=grlryt2bdKIyfMSOhzd1eA') format('woff'), + image-url('fonts/Roboto-Regular.ttf'); weight : normal; } @font-face { font-family : Roboto-Bold; - src : image-url('fonts/Roboto-Bold.ttf'); + src : url('https://themes.googleusercontent.com/font?kit=vxNK-E6B13CyehuDCmvQvw') format('woff'), + + image-url('fonts/Roboto-Bold.ttf'); weight : normal; } @font-face { font-family : Roboto-Light; - src : image-url('fonts/Roboto-Light.ttf'); + src : url('https://themes.googleusercontent.com/font?kit=vxNK-E6B13CyehuDCmvQvw') format('woff'), image-url('fonts/Roboto-Light.ttf'); weight : normal; }