aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-04-25 13:47:13 +0200
committerpiernov <piernov@piernov.org>2016-04-25 13:47:13 +0200
commitb141eb3d70b3dc2d75ee8f2bf2edba1fed71f5b6 (patch)
tree66e5329160bc932d40505c1c7a6bd8a621170591
parent96a9c0fbb00a246921bae1880c380810b0fb5423 (diff)
downloadcandybox-b141eb3d70b3dc2d75ee8f2bf2edba1fed71f5b6.tar.gz
candybox-b141eb3d70b3dc2d75ee8f2bf2edba1fed71f5b6.tar.bz2
candybox-b141eb3d70b3dc2d75ee8f2bf2edba1fed71f5b6.tar.xz
candybox-b141eb3d70b3dc2d75ee8f2bf2edba1fed71f5b6.zip
Add Symbola font for items icons
-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";
}