rename 3270 alias, hopefully fixing bug

This commit is contained in:
Koen Lageveen 2016-07-14 21:33:16 +02:00
parent 7580119ce6
commit c5ba777d05
5 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[{
"alias": "3270",
"alias": "font3270",
"name": "3270",
"author": "Ricardo Bánffy",
"website": "https://github.com/rbanffy/3270font"

View File

@ -1,6 +1,6 @@
@import 'functions';
.font ( '3270', normal, normal, '3270/3270.woff' );
.font ( 'font3270', normal, normal, 'font3270/font3270.woff' );
.font ( 'anka-coder', bold, italic, 'anka-coder/anka-coder-bold-italic.ttf' );
.font ( 'anka-coder', bold, normal, 'anka-coder/anka-coder-bold.ttf' );

View File

@ -1,8 +1,8 @@
@font-face {
font-family: '3270';
font-family: 'font3270';
font-weight: normal;
font-style: normal;
src: url('../resources/3270/3270.woff');
src: url('../resources/font3270/font3270.woff');
}
@font-face {
font-family: 'anka-coder';