21 lines
635 B
CSS
21 lines
635 B
CSS
@font-face {
|
|
font-family: 'font-H';
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: local('YoonGothic 790'), local('Yoon Gothic 790'), local('YoonGothic'), local('Apple SD Gothic Neo'), sans-serif;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'font-B';
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: local('YoonGothic 770'), local('Yoon Gothic 770'), local('YoonGothic'), local('Apple SD Gothic Neo'), sans-serif;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'font-R';
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: local('YoonGothic 740'), local('Yoon Gothic 740'), local('YoonGothic'), local('Apple SD Gothic Neo'), sans-serif;
|
|
}
|