mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Position fonts in separate directories
This commit is contained in:
parent
8985591fd0
commit
84a3acaef2
23 changed files with 325 additions and 22 deletions
|
@ -98,41 +98,41 @@ table td,table th{
|
|||
|
||||
@font-face{
|
||||
font-family:'Ubuntu';
|
||||
src:url('/font/ubuntu-r-webfont.eot');
|
||||
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') format('svg');
|
||||
src:url('/font/ubuntu/ubuntu-r-webfont.eot');
|
||||
src:url('/font/ubuntu/ubuntu-r-webfont.eot?iefix') format('eot'),
|
||||
url('/font/ubuntu/ubuntu-r-webfont.woff') format('woff'),
|
||||
url('/font/ubuntu/ubuntu-r-webfont.ttf') format('truetype'),
|
||||
url('/font/ubuntu/ubuntu-r-webfont.svg') format('svg');
|
||||
font-weight:300;
|
||||
font-style:normal;
|
||||
}
|
||||
@font-face{
|
||||
font-family:'Ubuntu';
|
||||
src:url('/font/ubuntu-ri-webfont.eot');
|
||||
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') format('svg');
|
||||
src:url('/font/ubuntu/ubuntu-ri-webfont.eot');
|
||||
src:url('/font/ubuntu/ubuntu-ri-webfont.eot?iefix') format('eot'),
|
||||
url('/font/ubuntu/ubuntu-ri-webfont.woff') format('woff'),
|
||||
url('/font/ubuntu/ubuntu-ri-webfont.ttf') format('truetype'),
|
||||
url('/font/ubuntu/ubuntu-ri-webfont.svg') format('svg');
|
||||
font-weight:300;
|
||||
font-style:italic;
|
||||
}
|
||||
@font-face{
|
||||
font-family:'Ubuntu';
|
||||
src:url('/font/ubuntu-b-webfont.eot');
|
||||
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') format('svg');
|
||||
src:url('/font/ubuntu/ubuntu-b-webfont.eot');
|
||||
src:url('/font/ubuntu/ubuntu-b-webfont.eot?iefix') format('eot'),
|
||||
url('/font/ubuntu/ubuntu-b-webfont.woff') format('woff'),
|
||||
url('/font/ubuntu/ubuntu-b-webfont.ttf') format('truetype'),
|
||||
url('/font/ubuntu/ubuntu-b-webfont.svg') format('svg');
|
||||
font-weight:700;
|
||||
font-style:normal;
|
||||
}
|
||||
@font-face{
|
||||
font-family:'Ubuntu';
|
||||
src:url('/font/ubuntu-bi-webfont.eot');
|
||||
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') format('svg');
|
||||
src:url('/font/ubuntu/ubuntu-bi-webfont.eot');
|
||||
src:url('/font/ubuntu/ubuntu-bi-webfont.eot?iefix') format('eot'),
|
||||
url('/font/ubuntu/ubuntu-bi-webfont.woff') format('woff'),
|
||||
url('/font/ubuntu/ubuntu-bi-webfont.ttf') format('truetype'),
|
||||
url('/font/ubuntu/ubuntu-bi-webfont.svg') format('svg');
|
||||
font-weight:700;
|
||||
font-style:italic;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue