Add test web font
This commit is contained in:
parent
b123c161e1
commit
f20c7e132f
3 changed files with 18 additions and 1 deletions
BIN
test_data/fig/SLEIGothicTTF.eot
Normal file
BIN
test_data/fig/SLEIGothicTTF.eot
Normal file
Binary file not shown.
BIN
test_data/fig/SLEIGothicTTF.woff
Normal file
BIN
test_data/fig/SLEIGothicTTF.woff
Normal file
Binary file not shown.
|
|
@ -1 +1,18 @@
|
||||||
.fid { font-size: 20pt }
|
@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;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue