Update font3270 to v3.0.0 (#115)

This commit is contained in:
Ricardo Bánffy 2022-07-02 08:59:07 +01:00 committed by GitHub
parent c8f070614d
commit 0905d34735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
@import 'functions';
.font ( 'font3270', normal, normal, 'font3270/font3270.woff' );
.font ( 'font3270', normal, normal, 'font3270/font3270.ttf' );
.font ( 'agave', normal, normal, 'agave/agave.ttf' );

View File

@ -2,7 +2,7 @@
font-family: 'font3270';
font-weight: normal;
font-style: normal;
src: url('../resources/font3270/font3270.woff');
src: url('../resources/font3270/font3270.ttf');
}
@font-face {
font-family: 'agave';