mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 23:49:56 +00:00
Updating font file to fix ORI issue
This commit is contained in:
parent
c9daf16b23
commit
41330e0d12
4
bower_components/keyrune/.bower.json
vendored
4
bower_components/keyrune/.bower.json
vendored
@ -18,11 +18,11 @@
|
|||||||
"*.json",
|
"*.json",
|
||||||
"*.md"
|
"*.md"
|
||||||
],
|
],
|
||||||
"_release": "39f2ee9b47",
|
"_release": "2461ac5b3f",
|
||||||
"_resolution": {
|
"_resolution": {
|
||||||
"type": "branch",
|
"type": "branch",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"commit": "39f2ee9b47b1acba6aea142ef520f90921b217e3"
|
"commit": "2461ac5b3f2d9fb1b3d8c2928e2f733630e64bfb"
|
||||||
},
|
},
|
||||||
"_source": "git://github.com/andrewgioia/keyrune.git",
|
"_source": "git://github.com/andrewgioia/keyrune.git",
|
||||||
"_target": "*",
|
"_target": "*",
|
||||||
|
2
bower_components/keyrune/css/keyrune.css
vendored
2
bower_components/keyrune/css/keyrune.css
vendored
@ -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
bower_components/keyrune/css/keyrune.min.css
vendored
2
bower_components/keyrune/css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
Binary file not shown.
66
bower_components/keyrune/fonts/keyrune.svg
vendored
66
bower_components/keyrune/fonts/keyrune.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 220 KiB |
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
Binary file not shown.
2
bower_components/keyrune/less/icons.less
vendored
2
bower_components/keyrune/less/icons.less
vendored
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user