fix roboto in firefox"
This commit is contained in:
parent
15b7ee0cf8
commit
e87d9af52c
1 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue