mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix svg fonts url
Seems to fix an inconsistent bug in Google Chrome
This commit is contained in:
parent
a9fd1ced71
commit
f3113b2c22
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue