13 lines
415 B
HTML
13 lines
415 B
HTML
<!DOCTYPE html>
|
|
<title>Test for compressed SVG glyphs</title>
|
|
<style>
|
|
@font-face {
|
|
font-family: test;
|
|
src: url(resources/svg-gz.ttf); /* copy of svg.woff using gzip-compressed SVG documents */
|
|
}
|
|
html { width: 400px; height: 400px; background-color: white; }
|
|
body { margin: 0; }
|
|
div { font: 200px test; color: fuchsia; line-height: 1; stroke: none; }
|
|
</style>
|
|
<div>abcdefg</div>
|
|
<div>LMNOPQR</div>
|