summaryrefslogtreecommitdiff
path: root/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/style.css')
-rw-r--r--stylesheets/style.css6
1 files changed, 3 insertions, 3 deletions
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;
}