Updating the version number and recompiling css

This commit is contained in:
Andrew Gioia 2015-03-23 15:53:25 -04:00
parent fc47d8ec9c
commit 12f1a0d9e2
3 changed files with 4 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,6 @@
* Global */
@font-path: '../fonts';
@version: '0.2';
@version: '1.0';
@font-size-base: 14px;
@prefix: ss;