Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
@font-face {
font-family: ctest;
src: url("MISSING.ttf");
}
.test {
font-size: 120px;
font-family: ctest, cursive;
}
</style>
<div class="test"></div>