diff options
author | Indrajith K L | 2022-11-23 23:36:28 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-23 23:36:28 +0530 |
commit | a18ad2b54069393f189ffde2bd95f34bf5be56db (patch) | |
tree | 4032bef114c4d13e67c4f9c9c509c5034f1d52b4 /src/css/styles.css | |
parent | 630ac57c345ffca20397c2daa56c85c0cc10edf0 (diff) | |
download | indrajith-dev-a18ad2b54069393f189ffde2bd95f34bf5be56db.tar.gz indrajith-dev-a18ad2b54069393f189ffde2bd95f34bf5be56db.tar.bz2 indrajith-dev-a18ad2b54069393f189ffde2bd95f34bf5be56db.zip |
Main Website Changes
* Style Changes
Diffstat (limited to 'src/css/styles.css')
-rw-r--r-- | src/css/styles.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/css/styles.css b/src/css/styles.css index 5eaaf5e..5058ce6 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -2,8 +2,8 @@ @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap'); @font-face { - font-family: 'MarioWorld'; - src: url("./fonts/Cotory-rgwd9.ttf"); + font-family: 'Reflex'; + src: url("./fonts/Reflex.ttf"); } :root { @@ -78,11 +78,14 @@ footer ul>li>p { margin-block-start: unset; } +.logo-container { + padding-top: 10px; +} .logo { text-decoration: none; - font-family: 'MarioWorld', sans-serif; - font-size: 150%; + font-family: 'Reflex', sans-serif; + font-size: 300%; color: #000000; } |