diff --git a/click/style.css b/click/style.css index f18c886..7067c58 100644 --- a/click/style.css +++ b/click/style.css @@ -2,6 +2,13 @@ CSS CODE.. I DON'T KNOW WHAT ELSE TO SAY. IT WORKS, BUT COULD BE IMPROVED */ +@font-face { + font-family: 'Hack'; + src: url('https://easyfiles.cc/2024/11/07377006-c12a-461a-b3c6-0d602bac58bf/Hack-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + body { display: flex; justify-content: center; @@ -14,7 +21,8 @@ body { } * { - font-family: monospace; + font-family: 'Hack', monospace; + font-size: medium; } button, p { diff --git a/fonts/Hack-Bold.ttf b/fonts/Hack-Bold.ttf new file mode 100644 index 0000000..7ff4975 Binary files /dev/null and b/fonts/Hack-Bold.ttf differ diff --git a/fonts/Hack-BoldItalic.ttf b/fonts/Hack-BoldItalic.ttf new file mode 100644 index 0000000..3b137d9 Binary files /dev/null and b/fonts/Hack-BoldItalic.ttf differ diff --git a/fonts/Hack-Italic.ttf b/fonts/Hack-Italic.ttf new file mode 100644 index 0000000..d26198a Binary files /dev/null and b/fonts/Hack-Italic.ttf differ diff --git a/fonts/Hack-Regular.ttf b/fonts/Hack-Regular.ttf new file mode 100644 index 0000000..92a90cb Binary files /dev/null and b/fonts/Hack-Regular.ttf differ diff --git a/keyboard/index.html b/keyboard/index.html index f76fc60..783dd2e 100644 --- a/keyboard/index.html +++ b/keyboard/index.html @@ -3,14 +3,13 @@
-