Source code
Revision control
Copy as Markdown
Other Tools
@font-face {
font-family: test-font;
src: url("ostrich-regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: test-font-bold;
src: url("ostrich-black.ttf") format("truetype");
font-style: normal;
font-weight: 700;
font-display: swap;
}