7 lines
151 B
CSS
7 lines
151 B
CSS
|
@font-face {
|
||
|
font-family: 'kaushanscript';
|
||
|
src: url('kaushanscript-regular.woff2') format('woff2');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|