changed url routing

This commit is contained in:
2025-11-21 12:56:33 +00:00
parent 1b8ed50bf7
commit 9052e96528

View File

@@ -1,35 +1,35 @@
/* Fonts */
@font-face {
font-family: 'AldoTheApache';
src: url('fonts/AldotheApache.ttf') format('truetype');
font-family: "AldoTheApache";
src: url("/fonts/AldotheApache.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'RobotFont';
src: url('fonts/Robot_Font.otf') format('opentype');
font-family: "RobotFont";
src: url("/fonts/Robot_Font.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'm12';
src: url('fonts/m12.ttf') format('truetype');
font-family: "m12";
src: url("/fonts/m12.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'big_noodle_titling';
src: url('fonts/big_noodle_titling.ttf') format('truetype');
font-family: "big_noodle_titling";
src: url("/fonts/big_noodle_titling.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CreatoDisplay';
src: url('fonts/CreatoDisplay-Bold.otf') format('opentype');
font-family: "CreatoDisplay";
src: url("/fonts/CreatoDisplay-Bold.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@@ -68,7 +68,7 @@
--primary: black;
--secondary: black;
--tertiary: black;
--quaternary: #CCCCCC;
--quaternary: #cccccc;
--background: white;
/* Blue - White */
@@ -118,7 +118,6 @@
/* Centers the page horizontally */
}
/* Component Styling */
body {
display: flex;
@@ -219,7 +218,6 @@ tr {
}
@media print {
.no-print {
display: none !important;
}
@@ -270,5 +268,5 @@ th {
.row-leftalign {
/* background-image: url("https://www.fridakahlo.org/assets/img/paintings/without-hope.jpg"); */
text-align: left
text-align: left;
}