atheos-ide
Version:
Web-based IDE framework
27 lines (24 loc) • 647 B
CSS
@font-face {
font-family: "Ubuntu";
font-weight: 400;
font-style: normal;
font-display: swap;
src: local("Ubuntu"),
url("Ubuntu-Regular.woff2") format("woff2"), url("Ubuntu-Regular.woff") format("woff");
}
@font-face {
font-family: "Ubuntu";
font-weight: 700;
font-style: normal;
font-display: swap;
src: local("Ubuntu-Bold"),
url("Ubuntu-Bold.woff2") format("woff2"), url("Ubuntu-Bold.woff") format("woff");
}
@font-face {
font-family: "Ubuntu-Fira";
font-weight: normal;
font-style: normal;
font-display: swap;
src: local("Ubuntu-Fira"),
url("Ubuntu-Fira.woff2") format("woff2"), url("Ubuntu-Fira.woff") format("woff");
}