11 lines
229 B
HTML
11 lines
229 B
HTML
<!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>
|