Files
genshin-world/assets/css/font.scss
2025-07-15 01:15:37 +02:00

31 lines
864 B
SCSS

@font-face {
font-family: 'ptsans_regular';
src: url('../font/ptsans-regular.woff2') format('woff2'),
url('../font/ptsans-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ptsans_bold';
src: url('../font/ptsans-bold.woff2') format('woff2'),
url('../font/ptsans-bold.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ptsans_italic';
src: url('../font/ptsans-italic.woff2') format('woff2'),
url('../font/ptsans-italic.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ptsans_bold_italic';
src: url('../font/ptsans-bolditalic.woff2') format('woff2'),
url('../font/ptsans-bolditalic.woff') format('woff');
font-weight: normal;
font-style: normal;
}