mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update style-9.css
This commit is contained in:
@@ -1,99 +1,99 @@
|
||||
/*fonts*/
|
||||
@font-face {
|
||||
font-family: gothammedium;
|
||||
src: url("/fonts/gotham-medium.ttf");
|
||||
src: url("/fonts/gotham-medium.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: belerenb;
|
||||
src: url("/fonts/beleren-b.ttf");
|
||||
src: url("/fonts/beleren-b.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: belerenbsc;
|
||||
src: url("/fonts/beleren-bsc.ttf");
|
||||
src: url("/fonts/beleren-bsc.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: matrix;
|
||||
src: url("/fonts/matrix.ttf");
|
||||
src: url("/fonts/matrix.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: matrixb;
|
||||
src: url("/fonts/matrix-b.ttf");
|
||||
src: url("/fonts/matrix-b.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: matrixbsc;
|
||||
src: url("/fonts/Matrix Bold Small Caps.ttf");
|
||||
src: url("/fonts/Matrix Bold Small Caps.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: mplantin;
|
||||
src: url("/fonts/mplantin.ttf");
|
||||
src: url("/fonts/mplantin.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: mplantini;
|
||||
src: url("/fonts/mplantin-i.ttf");
|
||||
src: url("/fonts/mplantin-i.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: plantinsemibold;
|
||||
src: url("/fonts/plantin-semibold.otf");
|
||||
src: url("/fonts/plantin-semibold.otf") format('opentype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: plantinsemibolditalic;
|
||||
src: url("/fonts/Plantin-SemiboldItalic.otf");
|
||||
src: url("/fonts/Plantin-SemiboldItalic.otf") format('opentype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: goudymedieval;
|
||||
src: url("/fonts/goudy-medieval.ttf");
|
||||
src: url("/fonts/goudy-medieval.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: phyrexianold;
|
||||
src: url("/fonts/phyrexian.ttf");
|
||||
src: url("/fonts/phyrexian.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: phyrexian;
|
||||
src: url("/fonts/phy.woff2");
|
||||
src: url("/fonts/phy.woff2") format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Montserrat-SemiBold;
|
||||
src: url("/fonts/Montserrat-SemiBold.ttf");
|
||||
src: url("/fonts/Montserrat-SemiBold.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: Montserrat-Medium;
|
||||
src: url("/fonts/Montserrat-Medium.ttf");
|
||||
src: url("/fonts/Montserrat-Medium.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: Acme-Regular;
|
||||
src: url("/fonts/Acme-Regular.ttf");
|
||||
src: url("/fonts/Acme-Regular.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: fritz-quadrata;
|
||||
src: url("/fonts/fritz-quadrata.ttf");
|
||||
src: url("/fonts/fritz-quadrata.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: japanese-title;
|
||||
src: url("/fonts/NudMotoyaExAporo_W6.ttf");
|
||||
src: url("/fonts/NudMotoyaExAporo_W6.ttf") format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: japanese;
|
||||
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf');
|
||||
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf') format('opentype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: invocation;
|
||||
src: url('/fonts/invocation.ttf');
|
||||
src: url('/fonts/invocation.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: invocation-text;
|
||||
src: url('/fonts/shango-gothic-bold.ttf');
|
||||
src: url('/fonts/shango-gothic-bold.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: souvenir;
|
||||
src: url('/fonts/Souvenir-Itc-T-OT-Bold.otf');
|
||||
src: url('/fonts/Souvenir-Itc-T-OT-Bold.otf') format('opentype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: palatino;
|
||||
src: url('/fonts/Palatino Font.ttf');
|
||||
src: url('/fonts/Palatino Font.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: amanda;
|
||||
src: url('/fonts/Amanda Std Regular.otf');
|
||||
src: url('/fonts/Amanda Std Regular.otf') format('opentype');
|
||||
}
|
||||
/*Variables*/
|
||||
:root {
|
||||
|
Reference in New Issue
Block a user