assemble/ui/fonts/Ubuntu/style.css

72 lines
1.7 KiB
CSS
Executable File

@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-L.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-LI.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-R.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-RI.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-M.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-MI.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-B.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Ubuntu";
src: url("Ubuntu-BI.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: "UbuntuMono";
src: url("UbuntuMono-R.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "UbuntuMono";
src: url("UbuntuMono-RI.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "UbuntuMono";
src: url("UbuntuMono-B.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "UbuntuMono";
src: url("UbuntuMono-BI.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}