diff --git a/src/page/BaiJamjureeBoldItalic.woff2 b/src/page/BaiJamjureeBoldItalic.woff2 new file mode 100644 index 0000000..5587cdf Binary files /dev/null and b/src/page/BaiJamjureeBoldItalic.woff2 differ diff --git a/src/page/BaiJamjureeMediumItalic.woff2 b/src/page/BaiJamjureeMediumItalic.woff2 new file mode 100644 index 0000000..739978b Binary files /dev/null and b/src/page/BaiJamjureeMediumItalic.woff2 differ diff --git a/src/page/page.css b/src/page/page.css index 17cb3a6..3ea626c 100644 --- a/src/page/page.css +++ b/src/page/page.css @@ -5,6 +5,14 @@ src: url("/assets/BaiJamjureeMedium.woff2") format("woff2"); } +@font-face { + font-display: block; + font-family: "BaiJam"; + font-style: italic; + font-weight: normal; + src: url("/assets/BaiJamjureeMediumItalic.woff2") format("woff2"); +} + @font-face { font-display: block; font-family: "BaiJam"; @@ -12,6 +20,14 @@ src: url("/assets/BaiJamjureeBold.woff2") format("woff2"); } +@font-face { + font-display: block; + font-family: "BaiJam"; + font-style: italic; + font-weight: bold; + src: url("/assets/BaiJamjureeBoldItalic.woff2") format("woff2"); +} + html { background-color: black; color: white; @@ -26,4 +42,4 @@ html { a { text-decoration-line: none; -} +} \ No newline at end of file