Add DejaVu Sans Bold, Italic webfonts

pull/1/head
Dustin 2022-04-23 11:51:18 -05:00
parent b96f6bfc15
commit ae47395841
4 changed files with 19 additions and 0 deletions

View File

@ -17,6 +17,25 @@ $toolbar-color: $primary-color;
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-family: "DejaVu Sans";
src: url("fonts/dejavusans-regular.woff") format("woff");

Binary file not shown.

Binary file not shown.

Binary file not shown.