mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
Fixing bower.json error and compiling CSS this time
This commit is contained in:
parent
db4e7a5f74
commit
c37f680ad6
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
@ -12,7 +12,7 @@
|
||||
"keywords": [
|
||||
"keyrune",
|
||||
"mtg",
|
||||
"set"
|
||||
"set",
|
||||
"set symbol",
|
||||
"set code",
|
||||
"magic",
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=1.4.2');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=1.4.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.2') format('woff2'), url('../fonts/keyrune.woff?v=1.4.2') format('woff'), url('../fonts/keyrune.ttf?v=1.4.2') format('truetype'), url('../fonts/keyrune.svg?v=1.4.2#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=1.4.3');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=1.4.3') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=1.4.3') format('woff2'), url('../fonts/keyrune.woff?v=1.4.3') format('woff'), url('../fonts/keyrune.ttf?v=1.4.3') format('truetype'), url('../fonts/keyrune.svg?v=1.4.3#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -20,8 +20,8 @@
|
||||
/* Better font rendering */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
/* default if the set does not exist yet, or setcode does not match */
|
||||
}
|
||||
/* default if the set does not exist yet, or setcode does not match */
|
||||
.ss:before {
|
||||
content: "\e684";
|
||||
}
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '1.4.2';
|
||||
@ss-version: '1.4.3';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
Loading…
Reference in New Issue
Block a user