blob: 5719f135570a8da5c2da4be1b7048e663719f6e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
@font-face {
font-family: ctest;
src: url("1870240-test_glyphs-glyf_colr_1.ttf");
}
.test {
font-size: 120px;
font-family: ctest, cursive;
}
</style>
<div class="test"></div>
|