Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
@font-face {
font-family: test;
src: url(../fonts/markA.ttf);
}
</style>
<div style="font-family: test, serif">ABC</div>
<div style="font-family: serif">ABC</div>