8 lines
224 B
SCSS
8 lines
224 B
SCSS
|
// Anthony by Sun Young Oh
|
||
|
// https://gitlab.com/velvetyne/anthony
|
||
|
|
||
|
@font-face {
|
||
|
font-family: Anthony;
|
||
|
src: url('./assets/fonts/Anthony.woff2') format('woff2'),
|
||
|
url('./assets/fonts/Anthony.woff') format('woff');
|
||
|
}
|