diff --git a/fonts/index.css b/fonts/index.css index 6ad6277..023eabb 100644 --- a/fonts/index.css +++ b/fonts/index.css @@ -32,4 +32,63 @@ font-weight: 700; font-style: italic; font-display: swap; -} \ No newline at end of file +} + +@font-face { + font-family: "Comic Mono"; + font-weight: normal; + src: url(./woff/ComicMono.woff) format("woff"), + url(./woff2/ComicMono.woff2) format("wooff2"); +} + +@font-face { + font-family: "Comic Mono"; + font-weight: bold; + src: url(./woff/ComicMono-Bold.woff) format("woff"), + url(./woff/ComicMono-Bold.woff2) format("woff2"), +} + + +@font-face { + font-family: 'jgs7'; + src: url('./woff2/jgs7.woff2') format('woff2'), + url('./woff/jgs7.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'jgs5'; + src: url('./woff2/jgs5.woff2') format('woff2'), + url('./woff/jgs5.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'jgs9'; + src: url('./woff2/jgs9.woff2') format('woff2'), + url('./woff/jgs9.woff') format('woff'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + + +@font-face { + font-family: 'Steps Mono'; + src: url('./woff2/Steps-Mono.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: 'Steps Mono Thin'; + src: url('./woff2/Steps-Mono-Thin.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + font-display: swap; +} diff --git a/fonts/woff/ComicMono-Bold.woff b/fonts/woff/ComicMono-Bold.woff new file mode 100644 index 0000000..9478ac9 Binary files /dev/null and b/fonts/woff/ComicMono-Bold.woff differ diff --git a/fonts/woff/ComicMono.woff b/fonts/woff/ComicMono.woff new file mode 100644 index 0000000..55f37e4 Binary files /dev/null and b/fonts/woff/ComicMono.woff differ diff --git a/fonts/woff/jgs5.woff b/fonts/woff/jgs5.woff new file mode 100644 index 0000000..d89e293 Binary files /dev/null and b/fonts/woff/jgs5.woff differ diff --git a/fonts/woff/jgs7.woff b/fonts/woff/jgs7.woff new file mode 100644 index 0000000..fba9f70 Binary files /dev/null and b/fonts/woff/jgs7.woff differ diff --git a/fonts/woff/jgs9.woff b/fonts/woff/jgs9.woff new file mode 100644 index 0000000..296c761 Binary files /dev/null and b/fonts/woff/jgs9.woff differ diff --git a/fonts/woff2/ComicMono-Bold.woff2 b/fonts/woff2/ComicMono-Bold.woff2 new file mode 100644 index 0000000..a516963 Binary files /dev/null and b/fonts/woff2/ComicMono-Bold.woff2 differ diff --git a/fonts/woff2/ComicMono.woff2 b/fonts/woff2/ComicMono.woff2 new file mode 100644 index 0000000..24f7611 Binary files /dev/null and b/fonts/woff2/ComicMono.woff2 differ diff --git a/fonts/woff2/Steps-Mono-Thin.woff2 b/fonts/woff2/Steps-Mono-Thin.woff2 new file mode 100644 index 0000000..267c291 Binary files /dev/null and b/fonts/woff2/Steps-Mono-Thin.woff2 differ diff --git a/fonts/woff2/Steps-Mono.woff2 b/fonts/woff2/Steps-Mono.woff2 new file mode 100644 index 0000000..4a475d1 Binary files /dev/null and b/fonts/woff2/Steps-Mono.woff2 differ diff --git a/fonts/woff2/jgs5.woff2 b/fonts/woff2/jgs5.woff2 new file mode 100644 index 0000000..6ff26ad Binary files /dev/null and b/fonts/woff2/jgs5.woff2 differ diff --git a/fonts/woff2/jgs7.woff2 b/fonts/woff2/jgs7.woff2 new file mode 100644 index 0000000..dafdb89 Binary files /dev/null and b/fonts/woff2/jgs7.woff2 differ diff --git a/fonts/woff2/jgs9.woff2 b/fonts/woff2/jgs9.woff2 new file mode 100644 index 0000000..7e61699 Binary files /dev/null and b/fonts/woff2/jgs9.woff2 differ diff --git a/index.html b/index.html index 1d47cc7..21abec4 100644 --- a/index.html +++ b/index.html @@ -230,6 +230,12 @@ text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white"> + + + + + +