aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/Symbola.ttfbin0 -> 2188952 bytes
-rw-r--r--css/craftmine.css6
2 files changed, 6 insertions, 0 deletions
diff --git a/css/Symbola.ttf b/css/Symbola.ttf
new file mode 100644
index 0000000..51d9a88
--- /dev/null
+++ b/css/Symbola.ttf
Binary files differ
diff --git a/css/craftmine.css b/css/craftmine.css
index 2a51ff7..a3ab87d 100644
--- a/css/craftmine.css
+++ b/css/craftmine.css
@@ -1,3 +1,8 @@
+@font-face {
+ font-family: "Symbola";
+ font-weight: bold;
+ src: url('Symbola.ttf');
+}
.tab-pane {
display: none;
}
@@ -6,4 +11,5 @@
}
.item-icon {
font-size: 3em;
+ font-family: "Symbola";
}