mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
Updating the version number and recompiling css
This commit is contained in:
parent
fc47d8ec9c
commit
12f1a0d9e2
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=0.2');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=0.2') format('embedded-opentype'), url('../fonts/keyrune.woff?v=0.2') format('woff'), url('../fonts/keyrune.ttf?v=0.2') format('truetype'), url('../fonts/keyrune.svg?v=0.2#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=1.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=1.0') format('embedded-opentype'), url('../fonts/keyrune.woff?v=1.0') format('woff'), url('../fonts/keyrune.ttf?v=1.0') format('truetype'), url('../fonts/keyrune.svg?v=1.0#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
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 */
|
||||
|
||||
@font-path: '../fonts';
|
||||
@version: '0.2';
|
||||
@version: '1.0';
|
||||
@font-size-base: 14px;
|
||||
@prefix: ss;
|
||||
|
Loading…
Reference in New Issue
Block a user