From 9052e965287857cb3a26bb3bb38633aa034fef01 Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 21 Nov 2025 12:56:33 +0000 Subject: [PATCH] changed url routing --- html/CV/styles.css | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/html/CV/styles.css b/html/CV/styles.css index 94ce8bc..06de6cb 100644 --- a/html/CV/styles.css +++ b/html/CV/styles.css @@ -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; }