mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
66 lines
1.5 KiB
SCSS
66 lines
1.5 KiB
SCSS
@font-face {
|
|
font-family: 'Geist';
|
|
src:
|
|
url('/lib/fonts/GeistVF.woff2') format('woff2 supports variations'),
|
|
url('/lib/fonts/GeistVF.woff2') format('woff2-variations');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans CJK SC';
|
|
src: url('/lib/fonts/NotoSansCJKsc-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans CJK TC';
|
|
src: url('/lib/fonts/NotoSansCJKtc-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans CJK JP';
|
|
src: url('/lib/fonts/NotoSansCJKjp-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans CJK KR';
|
|
src: url('/lib/fonts/NotoSansCJKkr-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
src: url('/lib/fonts/NotoSans-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'FW';
|
|
src: url('/lib/fonts/fw.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
src: url('/lib/fonts/NotoSansTamil-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|