diff --git a/fonts.css b/fonts.css new file mode 100644 index 0000000..d8eab85 --- /dev/null +++ b/fonts.css @@ -0,0 +1,44 @@ +/* JetBrains Mono - Regular (400) */ +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/fonts/jetbrains-mono-400.woff2') format('woff2'); +} + +/* JetBrains Mono - Bold (700) */ +@font-face { + font-family: 'JetBrains Mono'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('/fonts/jetbrains-mono-700.woff2') format('woff2'); +} + +/* Pretendard - Regular (400) */ +@font-face { + font-family: 'Pretendard'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/fonts/pretendard-400.woff2') format('woff2'); +} + +/* Pretendard - SemiBold (600) */ +@font-face { + font-family: 'Pretendard'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url('/fonts/pretendard-600.woff2') format('woff2'); +} + +/* Pretendard - Bold (700) */ +@font-face { + font-family: 'Pretendard'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url('/fonts/pretendard-700.woff2') format('woff2'); +} diff --git a/fonts/jetbrains-mono-400.woff2 b/fonts/jetbrains-mono-400.woff2 new file mode 100644 index 0000000..66c5467 Binary files /dev/null and b/fonts/jetbrains-mono-400.woff2 differ diff --git a/fonts/jetbrains-mono-700.woff2 b/fonts/jetbrains-mono-700.woff2 new file mode 100644 index 0000000..81c5a21 Binary files /dev/null and b/fonts/jetbrains-mono-700.woff2 differ diff --git a/fonts/pretendard-400.woff2 b/fonts/pretendard-400.woff2 new file mode 100644 index 0000000..a9f6231 Binary files /dev/null and b/fonts/pretendard-400.woff2 differ diff --git a/fonts/pretendard-600.woff2 b/fonts/pretendard-600.woff2 new file mode 100644 index 0000000..4c6a32d Binary files /dev/null and b/fonts/pretendard-600.woff2 differ diff --git a/fonts/pretendard-700.woff2 b/fonts/pretendard-700.woff2 new file mode 100644 index 0000000..4d40a1a Binary files /dev/null and b/fonts/pretendard-700.woff2 differ diff --git a/index.html b/index.html index ad5cafa..ebb3b89 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
- +