diff options
author | vlle1 <36682087+vlle1@users.noreply.github.com> | 2020-11-17 23:10:23 +0100 |
---|---|---|
committer | vlle1 <36682087+vlle1@users.noreply.github.com> | 2020-11-19 19:33:47 +0100 |
commit | debfe3d53e2782cf4b6299bbdf153d48f9ba7033 (patch) | |
tree | 56a36a1574b493e14f5aa2cb4062e956dfe4336d /stylesheets/style.css | |
parent | 3c3d16387c1014b11c5cd2a7ca9a8d1c0ba000fa (diff) |
add ttf files
Diffstat (limited to 'stylesheets/style.css')
-rw-r--r-- | stylesheets/style.css | 6 |
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; } |