Amiga fonts and their css definitions, including woff (2)

This commit is contained in:
Iam Naughton Phier 2015-02-18 14:26:01 +02:00
parent d6ff06e2d1
commit 585a772e4b
25 changed files with 45 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amigafonts/MicroKnight_v1.0.eot Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amigafonts/P0T-NOoDLE_v1.0.eot Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amigafonts/Topaz_a1200_v1.0.eot Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amigafonts/Topaz_a500_v1.0.eot Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
amigafonts/mOsOul_v1.0.eot Executable file

Binary file not shown.

BIN
amigafonts/mOsOul_v1.0.woff Normal file

Binary file not shown.

Binary file not shown.

View file

@ -135,29 +135,69 @@ p.infobox {
width: 30ex;
}
/* MicroKnightPlus_v1.0.woff MicroKnight_v1.0.woff
mO'sOul_v1.0.woff P0T-NOoDLE_v1.0.woff
Topaz_a1200_v1.0.woff Topaz_a500_v1.0.woff
TopazPlus_a1200_v1.0.woff TopazPlus_a500_v1.0.woff */
@font-face {
font-family: 'P0t-nOodle';
src: url('amigafonts/P0T-NOoDLE_v1.0.woff2') format('woff2');
src: url('amigafonts/P0T-NOoDLE_v1.0.woff') format('woff');
src: url('amigafonts/P0T-NOoDLE_v1.0.eot') format('eot');
}
@font-face {
font-family: 'MicroKnight';
src: url('amigafonts/MicroKnightPlus_v1.0.woff2') format('woff2');
src: url('amigafonts/MicroKnightPlus_v1.0.woff') format('woff');
src: url('amigafonts/MicroKnightPlus_v1.0.eot') format('eot');
}
@font-face {
font-family: 'mOsOul';
src: url('amigafonts/mOsOul_v1.0.woff2') format('woff2');
src: url('amigafonts/mOsOul_v1.0.woff') format('woff');
src: url('amigafonts/mOsOul_v1.0.eot') format('woff');
}
@font-face {
font-family: 'Topaz1200';
src: url('amigafonts/TopazPlus_a1200_v1.0.woff2') format('woff2');
src: url('amigafonts/TopazPlus_a1200_v1.0.woff') format('woff');
src: url('amigafonts/TopazPlus_a1200_v1.0.eot') format('woff');
}
@font-face {
font-family: 'Topaz500';
src: url('amigafonts/P0T-NOoDLE_v1.0.woff2') format('woff2');
src: url('amigafonts/P0T-NOoDLE_v1.0.woff') format('woff');
src: url('amigafonts/P0T-NOoDLE_v1.0.eot') format('eot');
}
.mosoul {
font-family: mOsOul;
text-align: left;
}
.pot-noodle , .p0t-noodle {
font-family: 'P0T\-NOoDLE';
font-family: 'P0t-nOodle';
text-align: left;
}
.topaz, .topaz500 {
font-family: 'TopazPlus a500a1000a2000';
font-family: 'Topaz500';
text-align: left;
}
.propaz, .topaz1200 {
font-family: 'TopazPlus a600a1200a4000';
font-family: 'Topaz1200';
text-align: left;
}
.microknight, .microknightplus {
font-family: 'MicroKnightPlus','MicroKnight,MicroKnightPlus';
font-family: 'MicroKnight';
text-align: left;
}