jimsite/styles/common.css
Jim Shepich III 898e6fd836 PHP update
Got PHP working!
2021-09-29 02:46:53 -04:00

61 lines
927 B
CSS

:root {
--truest-blue:#0000FF;
}
/*
@font-face {
font-family: ;
src: url('');
}
*/
@font-face {
font-family: Beleren;
src: url('fonts/Beleren-Bold.ttf');
}
@font-face {
font-family: Playbill;
src: url('fonts/Playbill.ttf');
}
@font-face {
font-family: Moderna;
src: url('fonts/MODERNA_.ttf');
}
@font-face {
font-family: Adventure;
src: url('fonts/Adventure.ttf');
}
@font-face {
font-family: Fira;
src: url('fonts/FiraSans-Regular.ttf');
}
@font-face {
font-family: Oxygen;
src: url('fonts/OxygenMono-Regular.ttf');
}
@font-face {
font-family: Garamond;
src: url('fonts/EBGaramond.ttf');
}
@font-face {
font-family: Fira;
src: url('fonts/FiraSans-Regular.ttf');
}
@font-face {
font-family: StitchWarrior;
src: url('fonts/StitchWarrior demo.ttf');
}
@font-face {
font-family: Floral;
src: url('fonts/FloralCapitals.ttf');
}