mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
10 lines
138 B
HTML
10 lines
138 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
@font-face {
|
|
font-family: One;
|
|
src: url(../fonts/markA.ttf);
|
|
}
|
|
body { font-family: One; }
|
|
</style>
|
|
<p>ABC</p>
|