NType Font
This commit is contained in:
parent
ce3d2d2c8a
commit
ca1b18ba2b
2 changed files with 9 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default function Top() {
|
|||
<div className="flex flex-col md:flex-row w-full md:w-[50%] h-full py-16 md:py-32">
|
||||
<div className="w-full md:w-[40%] h-full flex flex-col justify-center items-center md:items-end md:pr-16">
|
||||
<div className="text-center md:text-right">
|
||||
<h1 className="text-4xl font-bold">Nam<br/>HyunSuk</h1>
|
||||
<h1 className="text-5xl font-semibold ntypefont">Nam<br/>HyunSuk</h1>
|
||||
<p className="mt-4 text-xl">
|
||||
암냥이라는 이름으로 활동하고 있는<br/> 학생 개발자 남현석라고 합니다.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue