You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
757 B

/* http://font.ubuntu.com/ */
@font-face {
font-family: "Ubuntu";
src: url('../fonts/Ubuntu-L.ttf');
}
@font-face {
font-family: "Ubuntu";
font-style: italic;
src: url('../fonts/Ubuntu-LI.ttf');
}
@font-face {
font-family: "Ubuntu";
font-weight: 300;
src: url('../fonts/Ubuntu-R.ttf');
}
/* Ubuntu-RI.ttf */
@font-face {
font-family: "Ubuntu";
font-weight: 500;
src: url('../fonts/Ubuntu-M.ttf');
}
/* Ubuntu-MI.ttf */
@font-face {
font-family: "Ubuntu";
font-weight: bold;
src: url('../fonts/Ubuntu-B.ttf');
}
@font-face {
font-family: "Ubuntu";
font-weight: bold;
font-style: italic;
src: url('../fonts/Ubuntu-BI.ttf');
}
/* Ubuntu-C.ttf */
/* UbuntuMono-BI.ttf */
/* UbuntuMono-B.ttf */
/* UbuntuMono-RI.ttf */
/* UbuntuMono-R.ttf */