7 lines
163 B
CSS
7 lines
163 B
CSS
@font-face {
|
|
font-family: 'MyFont';
|
|
src: url(../../static/fonts/UniSansCaps.otf) format('otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: auto;
|
|
} |