18 lines
405 B
CSS
18 lines
405 B
CSS
@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;
|
|
} |