Use Fontsource and Lucide

Replacing Google Fonts and FontAwesome
This commit is contained in:
Kevin Kandlbinder 2021-09-24 15:49:14 +02:00
parent 4fb0aae042
commit 833318ba3d
12 changed files with 69 additions and 50 deletions

View file

@ -93,8 +93,16 @@
.contactLink {
transition: text-decoration 0.5s;
text-decoration: underline dotted rgba(0, 0, 0, 0);
padding: 6px 0 6px 25px;
padding: 6px 0 6px 0;
color: $textColor;
display: flex;
align-items: center;
svg {
margin-right: 10px;
color: $accentColor;
flex-shrink: 0;
}
@media (pointer: coarse), (pointer: none) {
padding-top: 15px;
@ -167,6 +175,10 @@
.donationSection,
.hireMeSection {
@include homeBanner;
svg {
height: 50px;
}
}
.creditSection {
@ -178,8 +190,13 @@
font-size: 1.2em;
color: white;
> span > i {
line-height: 15px !important;
> span {
display: flex;
align-items: center;
svg {
margin-right: 10px;
}
}
}
}