update stats
This commit is contained in:
parent
f619a6db6d
commit
2607114f4a
3 changed files with 75 additions and 2 deletions
64
fonts/breezesans/breezesans.css
Normal file
64
fonts/breezesans/breezesans.css
Normal file
|
@ -0,0 +1,64 @@
|
|||
@font-face {
|
||||
src: url(100.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(100c.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 100;
|
||||
font-stretch: condensed;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(300.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(300c.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 300;
|
||||
font-stretch: condensed;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(400.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(400c.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 400;
|
||||
font-stretch: condensed;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(600.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(600c.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 600;
|
||||
font-stretch: condensed;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(700.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
src: url(700c.ttf);
|
||||
font-family: 'BreezeSans';
|
||||
font-weight: 700;
|
||||
font-stretch: condensed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue