20 lines
285 B
HTML
20 lines
285 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
|
|
<title>CSS font-synthesis-style:oblique-only reference</title>
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: test;
|
|
src: url("resources/markA.ttf");
|
|
}
|
|
div {
|
|
font: 50px test;
|
|
}
|
|
</style>
|
|
|
|
<div>A</div>
|
|
<div>A</div>
|
|
<div>A</div>
|
|
<div>A</div>
|
|
<div>A</div>
|