Add test web font

This commit is contained in:
Sewon Ahn 2020-12-06 22:35:08 +09:00
parent b123c161e1
commit f20c7e132f
3 changed files with 18 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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;
}