microphp/public/fonts/Ubuntu/style.css

84 lines
2.0 KiB
CSS
Raw Normal View History

2023-04-12 04:08:09 +03:00
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-L.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-LI.ttf") format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-R.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-RI.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-M.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-MI.ttf") format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-B.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "Ubuntu";
src: url("Ubuntu-BI.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}
@font-face {
font-display: swap;
font-family: "UbuntuMono";
src: url("UbuntuMono-R.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "UbuntuMono";
src: url("UbuntuMono-RI.ttf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-display: swap;
font-family: "UbuntuMono";
src: url("UbuntuMono-B.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-display: swap;
font-family: "UbuntuMono";
src: url("UbuntuMono-BI.ttf") format("truetype");
font-weight: 900;
font-style: italic;
}