Update style-9.css

This commit is contained in:
Kyle
2022-05-10 10:27:19 -07:00
parent 3545e2bd19
commit 209e5f193f

View File

@@ -1,99 +1,99 @@
/*fonts*/ /*fonts*/
@font-face { @font-face {
font-family: gothammedium; font-family: gothammedium;
src: url("/fonts/gotham-medium.ttf"); src: url("/fonts/gotham-medium.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: belerenb; font-family: belerenb;
src: url("/fonts/beleren-b.ttf"); src: url("/fonts/beleren-b.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: belerenbsc; font-family: belerenbsc;
src: url("/fonts/beleren-bsc.ttf"); src: url("/fonts/beleren-bsc.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: matrix; font-family: matrix;
src: url("/fonts/matrix.ttf"); src: url("/fonts/matrix.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: matrixb; font-family: matrixb;
src: url("/fonts/matrix-b.ttf"); src: url("/fonts/matrix-b.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: matrixbsc; font-family: matrixbsc;
src: url("/fonts/Matrix Bold Small Caps.ttf"); src: url("/fonts/Matrix Bold Small Caps.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: mplantin; font-family: mplantin;
src: url("/fonts/mplantin.ttf"); src: url("/fonts/mplantin.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: mplantini; font-family: mplantini;
src: url("/fonts/mplantin-i.ttf"); src: url("/fonts/mplantin-i.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: plantinsemibold; font-family: plantinsemibold;
src: url("/fonts/plantin-semibold.otf"); src: url("/fonts/plantin-semibold.otf") format('opentype');
} }
@font-face { @font-face {
font-family: plantinsemibolditalic; font-family: plantinsemibolditalic;
src: url("/fonts/Plantin-SemiboldItalic.otf"); src: url("/fonts/Plantin-SemiboldItalic.otf") format('opentype');
} }
@font-face { @font-face {
font-family: goudymedieval; font-family: goudymedieval;
src: url("/fonts/goudy-medieval.ttf"); src: url("/fonts/goudy-medieval.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: phyrexianold; font-family: phyrexianold;
src: url("/fonts/phyrexian.ttf"); src: url("/fonts/phyrexian.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: phyrexian; font-family: phyrexian;
src: url("/fonts/phy.woff2"); src: url("/fonts/phy.woff2") format("woff2");
} }
@font-face { @font-face {
font-family: Montserrat-SemiBold; font-family: Montserrat-SemiBold;
src: url("/fonts/Montserrat-SemiBold.ttf"); src: url("/fonts/Montserrat-SemiBold.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: Montserrat-Medium; font-family: Montserrat-Medium;
src: url("/fonts/Montserrat-Medium.ttf"); src: url("/fonts/Montserrat-Medium.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: Acme-Regular; font-family: Acme-Regular;
src: url("/fonts/Acme-Regular.ttf"); src: url("/fonts/Acme-Regular.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: fritz-quadrata; font-family: fritz-quadrata;
src: url("/fonts/fritz-quadrata.ttf"); src: url("/fonts/fritz-quadrata.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: japanese-title; font-family: japanese-title;
src: url("/fonts/NudMotoyaExAporo_W6.ttf"); src: url("/fonts/NudMotoyaExAporo_W6.ttf") format('truetype');
} }
@font-face { @font-face {
font-family: japanese; font-family: japanese;
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf'); src: url('/fonts/2012c863631ba71f874aba70590795a1.otf') format('opentype');
} }
@font-face { @font-face {
font-family: invocation; font-family: invocation;
src: url('/fonts/invocation.ttf'); src: url('/fonts/invocation.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: invocation-text; font-family: invocation-text;
src: url('/fonts/shango-gothic-bold.ttf'); src: url('/fonts/shango-gothic-bold.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: souvenir; 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-face {
font-family: palatino; font-family: palatino;
src: url('/fonts/Palatino Font.ttf'); src: url('/fonts/Palatino Font.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: amanda; font-family: amanda;
src: url('/fonts/Amanda Std Regular.otf'); src: url('/fonts/Amanda Std Regular.otf') format('opentype');
} }
/*Variables*/ /*Variables*/
:root { :root {