new fonts and logo

This commit is contained in:
vincent.md 2023-10-26 16:02:03 -04:00
parent a0ed72a0e1
commit 46b433c49d
20 changed files with 9 additions and 13 deletions

View File

@ -21,8 +21,7 @@ nav {
}
nav .logo img {
width: 12rem;
height: 3.5rem;
height: 2.6rem;
margin-left: 1rem;
margin-right: 1rem;
}
@ -160,8 +159,7 @@ nav ul li a:hover {
@media only screen and (max-width: 375px) {
nav .logo img {
height: 2.7rem;
width: 8rem;
height: 2.2rem;
}
}

View File

@ -21,7 +21,7 @@
border: solid 0.25rem #5791FF;
border-radius: 50px;
padding: 0.5rem 1.25rem;
background-color: black;
background-color: var(--background-color-1);
}
#welcome h4 {
@ -29,7 +29,7 @@
border: solid 0.25rem #5791FF;
border-radius: 50px;
padding: 0.5rem 1.25rem;
background-color: black;
background-color: var(--background-color-1);
}
#scroll-down {

View File

@ -1,10 +1,8 @@
/* FONTS IMPORT */
@font-face {
font-family: Pitagon;
/* src: url("/media/fonts/Ubuntu-Bold.ttf"); */
src: url("/media/fonts/PitagonSansText-SemiBold.ttf");
/* src: url("/media/fonts/Arista2.0-light.ttf"); */
font-family: Friend;
src: url("/media/fonts/Friend-Bold.otf");
font-display: swap;
}
@ -16,7 +14,7 @@
box-sizing: border-box;
border: none;
text-decoration: none;
font-family: Pitagon, sans-serif;
font-family: Friend, sans-serif;
scroll-behavior: smooth;
}
@ -99,12 +97,12 @@ h4 {
}
h5 {
font-size: 1.3rem;
font-size: 1.4rem;
}
p {
line-height: 1.5rem;
font-size: 1.1rem;
font-size: 1.3rem;
}
/* SECTIONS */

BIN
media/fonts/Friend-Bold.otf Normal file

Binary file not shown.

Binary file not shown.

BIN
media/images/logo-old.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 19 KiB