From f3113b2c220819e4269b02401b8e764b4b48044b Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 8 Apr 2013 09:57:28 -0400 Subject: [PATCH] Fix svg fonts url Seems to fix an inconsistent bug in Google Chrome --- _less/screen.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index eac9f26b..6180a33d 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -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; }