summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlle1 <36682087+vlle1@users.noreply.github.com>2020-11-17 23:10:23 +0100
committervlle1 <36682087+vlle1@users.noreply.github.com>2020-11-19 19:33:47 +0100
commitdebfe3d53e2782cf4b6299bbdf153d48f9ba7033 (patch)
tree56a36a1574b493e14f5aa2cb4062e956dfe4336d
parent3c3d16387c1014b11c5cd2a7ca9a8d1c0ba000fa (diff)
add ttf files
-rw-r--r--stylesheets/MinecraftRegular.ttfbin0 -> 15700 bytes
-rw-r--r--stylesheets/MinecrafterAltRegular.ttfbin0 -> 22616 bytes
-rw-r--r--stylesheets/MinecraftiaRegular.ttfbin0 -> 18236 bytes
-rw-r--r--stylesheets/style.css6
4 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/MinecraftRegular.ttf b/stylesheets/MinecraftRegular.ttf
new file mode 100644
index 0000000..61b4610
--- /dev/null
+++ b/stylesheets/MinecraftRegular.ttf
Binary files differ
diff --git a/stylesheets/MinecrafterAltRegular.ttf b/stylesheets/MinecrafterAltRegular.ttf
new file mode 100644
index 0000000..2319dfb
--- /dev/null
+++ b/stylesheets/MinecrafterAltRegular.ttf
Binary files differ
diff --git a/stylesheets/MinecraftiaRegular.ttf b/stylesheets/MinecraftiaRegular.ttf
new file mode 100644
index 0000000..2cf2af4
--- /dev/null
+++ b/stylesheets/MinecraftiaRegular.ttf
Binary files differ
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;
}