block ansi font in css. does work.
This commit is contained in:
parent
2e2ceda9fb
commit
2be40c4966
1 changed files with 20 additions and 16 deletions
36
sahli.css
36
sahli.css
|
|
@ -135,40 +135,40 @@ 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('fonts/P0T-NOoDLE_v1.0.woff2') format('woff2');
|
||||
src: url('fonts/P0T-NOoDLE_v1.0.woff') format('woff');
|
||||
}
|
||||
|
||||
@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('fonts/MicroKnightPlus_v1.0.woff2') format('woff2');
|
||||
src: url('fonts/MicroKnightPlus_v1.0.woff') format('woff');
|
||||
}
|
||||
|
||||
@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('fonts/mOsOul_v1.0.woff2') format('woff2');
|
||||
src: url('fonts/mOsOul_v1.0.woff') 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('fonts/TopazPlus_a1200_v1.0.woff2') format('woff2');
|
||||
src: url('fonts/TopazPlus_a1200_v1.0.woff') 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('fonts/P0T-NOoDLE_v1.0.woff2') format('woff2');
|
||||
src: url('fonts/P0T-NOoDLE_v1.0.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'blockzone';
|
||||
src: url('fonts/BlockZone.woff2') format('woff2');
|
||||
src: url('fonts/BlockZone.woff') format('woff');
|
||||
}
|
||||
|
||||
.mosoul {
|
||||
|
|
@ -196,3 +196,7 @@ p.infobox {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.blockzone, .pcansifont {
|
||||
font-family: 'blockzone';
|
||||
text-align: left;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue