fix roboto in firefox"

This commit is contained in:
Maxwell Salzberg 2012-08-02 23:01:05 -07:00
parent 15b7ee0cf8
commit e87d9af52c

View file

@ -1,19 +1,22 @@
/* Roboto */ /* Roboto */
@font-face { @font-face {
font-family : Roboto; 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; weight : normal;
} }
@font-face { @font-face {
font-family : Roboto-Bold; 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; weight : normal;
} }
@font-face { @font-face {
font-family : Roboto-Light; 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; weight : normal;
} }