9 lines
173 B
CSS
9 lines
173 B
CSS
@font-face {
|
|
font-family: 'Font1';
|
|
src: url('../font1.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'Font2';
|
|
src: url('font2.woff2') format('woff2');
|
|
}
|