blob: 1cec246760e7cc24bf1aa6c4a9647b9e872767a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|