NType Font

This commit is contained in:
암냥 2025-02-13 21:06:33 +09:00
commit ca1b18ba2b
2 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,14 @@
@custom-variant dark (&:is(.dark *));
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
font-family: 'NType82Headline';
src: url('https://f.imnya.ng/font/NType82-Headline.woff2') format('woff2');
}
.ntypefont {
font-family: "NType82Headline" !important;
}
* {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;