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