Fix svg fonts url

Seems to fix an inconsistent bug in Google Chrome
This commit is contained in:
Saivann 2013-04-08 09:57:28 -04:00
parent a9fd1ced71
commit f3113b2c22

View file

@ -80,7 +80,7 @@ li{
src:url('/font/ubuntu-r-webfont.eot?iefix') format('eot'),
url('/font/ubuntu-r-webfont.woff') format('woff'),
url('/font/ubuntu-r-webfont.ttf') format('truetype'),
url('/font/ubuntu-r-webfont.svg#webfontKT0zjHSC') format('svg');
url('/font/ubuntu-r-webfont.svg') format('svg');
font-weight:normal;
font-style:normal;
}
@ -90,7 +90,7 @@ li{
src:url('/font/ubuntu-ri-webfont.eot?iefix') format('eot'),
url('/font/ubuntu-ri-webfont.woff') format('woff'),
url('/font/ubuntu-ri-webfont.ttf') format('truetype'),
url('/font/ubuntu-ri-webfont.svg#webfontGetaoUfe') format('svg');
url('/font/ubuntu-ri-webfont.svg') format('svg');
font-weight:normal;
font-style:normal;
}
@ -100,7 +100,7 @@ li{
src:url('/font/ubuntu-b-webfont.eot?iefix') format('eot'),
url('/font/ubuntu-b-webfont.woff') format('woff'),
url('/font/ubuntu-b-webfont.ttf') format('truetype'),
url('/font/ubuntu-b-webfont.svg#webfontEreyFiHC') format('svg');
url('/font/ubuntu-b-webfont.svg') format('svg');
font-weight:normal;
font-style:normal;
}
@ -110,7 +110,7 @@ li{
src:url('/font/ubuntu-bi-webfont.eot?iefix') format('eot'),
url('/font/ubuntu-bi-webfont.woff') format('woff'),
url('/font/ubuntu-bi-webfont.ttf') format('truetype'),
url('/font/ubuntu-bi-webfont.svg#webfontf1YowZka') format('svg');
url('/font/ubuntu-bi-webfont.svg') format('svg');
font-weight:normal;
font-style:normal;
}