diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/MinecraftRegular.ttf | bin | 0 -> 15700 bytes | |||
-rw-r--r-- | stylesheets/MinecrafterAltRegular.ttf | bin | 0 -> 22616 bytes | |||
-rw-r--r-- | stylesheets/MinecraftiaRegular.ttf | bin | 0 -> 18236 bytes | |||
-rw-r--r-- | stylesheets/style.css | 6 |
4 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/MinecraftRegular.ttf b/stylesheets/MinecraftRegular.ttf Binary files differnew file mode 100644 index 0000000..61b4610 --- /dev/null +++ b/stylesheets/MinecraftRegular.ttf diff --git a/stylesheets/MinecrafterAltRegular.ttf b/stylesheets/MinecrafterAltRegular.ttf Binary files differnew file mode 100644 index 0000000..2319dfb --- /dev/null +++ b/stylesheets/MinecrafterAltRegular.ttf diff --git a/stylesheets/MinecraftiaRegular.ttf b/stylesheets/MinecraftiaRegular.ttf Binary files differnew file mode 100644 index 0000000..2cf2af4 --- /dev/null +++ b/stylesheets/MinecraftiaRegular.ttf diff --git a/stylesheets/style.css b/stylesheets/style.css index 2e72dd8..f54338d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -56,19 +56,19 @@ font-family: 'MinecraftiaRegular'; font-weight: normal; font-style: normal; - src: url(https://fontlibrary.org/assets/fonts/minecraftia/71962a7e3d4a70435c030466a12f1d63/bf3f245b7cd53caea0cb07d265a64adc/MinecraftiaRegular.ttf) format('truetype'); + src: url(./MinecraftiaRegular.ttf) format('truetype'); } @font-face { font-family: 'MinecrafterAltRegular'; - src: url('https://fontlibrary.org/assets/fonts/minecraft/a867206f5b98eebb166bd5e9eb2bb21c/dc7947b63602675ec87b023cfc35d028/MinecrafterAltRegular.ttf') format('truetype'); + src: url('./MinecrafterAltRegular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'MinecraftRegular'; - src: url('https://fontlibrary.org/assets/fonts/minecraft/5fac5907f1d6e65e0009f11692c80d93/6ab539c6fc2b21ff0b149b3d06d7f97c/MinecraftRegular.ttf') format('truetype'); + src: url('./MinecraftRegular.ttf') format('truetype'); font-weight: normal; font-style: normal; } |