diff --git a/test_data/fig/SLEIGothicTTF.eot b/test_data/fig/SLEIGothicTTF.eot new file mode 100644 index 0000000..cfaaa0c Binary files /dev/null and b/test_data/fig/SLEIGothicTTF.eot differ diff --git a/test_data/fig/SLEIGothicTTF.woff b/test_data/fig/SLEIGothicTTF.woff new file mode 100644 index 0000000..57c9a88 Binary files /dev/null and b/test_data/fig/SLEIGothicTTF.woff differ diff --git a/test_data/fig/style.css b/test_data/fig/style.css index eea988a..eb8d1dd 100644 --- a/test_data/fig/style.css +++ b/test_data/fig/style.css @@ -1 +1,18 @@ -.fid { font-size: 20pt } \ No newline at end of file +@font-face { + font-family: 'SLEI Gothic TTF'; + src: url('SLEIGothicTTF.eot'); + src: url('SLEIGothicTTF.eot?#iefix') format('embedded-opentype'), + url('SLEIGothicTTF.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + + +.fid { + font-size: 24pt; + font-family: 'SLEI Gothic TTF'; + font-weight: normal; + font-style: normal; + margin-top: 10px; +} \ No newline at end of file