Skip to content

Commit

Permalink
Fixing BRB open path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed May 16, 2017
1 parent a109bd4 commit 0c80bef
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Keyrune v3.0.1
# Keyrune v3.0.2

## The Magic: the Gathering set symbol font!

Expand Down Expand Up @@ -60,6 +60,7 @@ Attribution is **greatly appreciated** but not required!

## Changelog

* v3.0.2 - Fixing BRB path issue
* v3.0.1 - Adding IDW Promo icon and clenaing up some core set icons
* v3.0.0 - [Big update!](https://github.com/andrewgioia/Keyrune/milestone/1) Many symbols were compared and corrected to the original card version, 6 unofficial icons added, and new preview on doc site
* v2.3.0 - Adding Hour of Devastation symbol (awaiting higher resolution source)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "3.0.1",
"version": "3.0.2",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions css/keyrune.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.0.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.1') format('woff2'), url('../fonts/keyrune.woff?v=3.0.1') format('woff'), url('../fonts/keyrune.ttf?v=3.0.1') format('truetype'), url('../fonts/keyrune.svg?v=3.0.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.0.2');
src: url('../fonts/keyrune.eot?#iefix&v=3.0.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.0.2') format('woff2'), url('../fonts/keyrune.woff?v=3.0.2') format('woff'), url('../fonts/keyrune.ttf?v=3.0.2') format('truetype'), url('../fonts/keyrune.svg?v=3.0.2#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion css/keyrune.min.css

Large diffs are not rendered by default.

Binary file modified fonts/keyrune.eot
Binary file not shown.
2 changes: 1 addition & 1 deletion fonts/keyrune.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/keyrune.ttf
Binary file not shown.
Binary file modified fonts/keyrune.woff
Binary file not shown.
Binary file modified fonts/keyrune.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
* Global */

@ss-font-path: '../fonts';
@ss-version: '3.0.1';
@ss-version: '3.0.2';
@ss-font-size-base: 14px;
@ss-prefix: ss;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.0.1",
"version": "3.0.2",
"author": {
"name": "Andrew Gioia",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// _variables.scss

// #.
$keyrune_version: '3.0.1' !default;
$keyrune_version: '3.0.2' !default;
$keyrune_font_path: '../fonts' !default;

// #. Keyrune Font ==============================
Expand Down

0 comments on commit 0c80bef

Please sign in to comment.