@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
66 lines (63 loc) • 1.59 kB
text/less
// sans-serif
@font-face {
font-family: "DejaVu Sans";
src: url("DejaVuSans.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-weight: bold;
src: url("DejaVuSans-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-style: italic;
src: url("DejaVuSans-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Sans";
font-weight: bold;
font-style: italic;
src: url("DejaVuSans-BoldOblique.ttf?v=1.1") format("truetype");
}
// serif
@font-face {
font-family: "DejaVu Serif";
src: url("DejaVuSerif.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-weight: bold;
src: url("DejaVuSerif-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-style: italic;
src: url("DejaVuSerif-Italic.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Serif";
font-weight: bold;
font-style: italic;
src: url("DejaVuSerif-BoldItalic.ttf?v=1.1") format("truetype");
}
// monospace
@font-face {
font-family: "DejaVu Mono";
src: url("DejaVuSansMono.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-weight: bold;
src: url("DejaVuSansMono-Bold.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-style: italic;
src: url("DejaVuSansMono-Oblique.ttf?v=1.1") format("truetype");
}
@font-face {
font-family: "DejaVu Mono";
font-weight: bold;
font-style: italic;
src: url("DejaVuSansMono-BoldOblique.ttf?v=1.1") format("truetype");
}