improve fonts and UI
This commit is contained in:
@@ -159,7 +159,7 @@ export default function Contact({ contact, fullName, image }: ContactProps) {
|
||||
|
||||
<p
|
||||
style={{
|
||||
fontFamily: "var(--font-lora), serif",
|
||||
fontFamily: "var(--font-jetbrains), monospace",
|
||||
fontSize: "0.9rem",
|
||||
lineHeight: 1.8,
|
||||
color: "#6b7280",
|
||||
@@ -225,7 +225,7 @@ export default function Contact({ contact, fullName, image }: ContactProps) {
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
fontFamily: "var(--font-lora), serif",
|
||||
fontFamily: "var(--font-jetbrains), monospace",
|
||||
fontSize: "0.9rem",
|
||||
color: "inherit",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user