Fixing font file for ORI issue

This commit is contained in:
Andrew Gioia 2015-09-18 15:21:47 -04:00
parent 39f2ee9b47
commit 2461ac5b3f
8 changed files with 68 additions and 4 deletions

View File

@ -388,7 +388,7 @@
} }
/* Return to Zendikar Block */ /* Return to Zendikar Block */
.ss-bfz:before { .ss-bfz:before {
content: "\e600"; content: "\e699";
} }
/** /**
* Command Zone */ * Command Zone */

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -116,7 +116,7 @@
.@{ss-prefix}-frf:before { content: "\e654"; } // Fate Reforged .@{ss-prefix}-frf:before { content: "\e654"; } // Fate Reforged
.@{ss-prefix}-dtk:before { content: "\e693"; } // Dragons of Tarkir .@{ss-prefix}-dtk:before { content: "\e693"; } // Dragons of Tarkir
/* Return to Zendikar Block */ /* Return to Zendikar Block */
.@{ss-prefix}-bfz:before { content: "\e600"; } // Battle for Zendikar .@{ss-prefix}-bfz:before { content: "\e699"; } // Battle for Zendikar
/** /**
* Command Zone */ * Command Zone */