Add DejaVu Sans Bold, Italic webfonts
parent
b96f6bfc15
commit
ae47395841
|
@ -17,6 +17,25 @@ $toolbar-color: $primary-color;
|
||||||
src: url("fonts/dejavusans-extralight.woff") format("woff");
|
src: url("fonts/dejavusans-extralight.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "DejaVu Sans";
|
||||||
|
font-style: oblique;
|
||||||
|
src: url("fonts/dejavusans-oblique.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "DejaVu Sans";
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: oblique;
|
||||||
|
src: url("fonts/dejavusans-boldoblique.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "DejaVu Sans";
|
||||||
|
font-weight: 700;
|
||||||
|
src: url("fonts/dejavusans-bold.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "DejaVu Sans";
|
font-family: "DejaVu Sans";
|
||||||
src: url("fonts/dejavusans-regular.woff") format("woff");
|
src: url("fonts/dejavusans-regular.woff") format("woff");
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue