improve fonts and UI

This commit is contained in:
achraf
2026-05-03 19:59:53 +02:00
parent 16e7547fcc
commit 02d7b7918e
11 changed files with 4266 additions and 142 deletions

View File

@@ -125,7 +125,7 @@ export default function Skills({ skills, languages, interests }: SkillsProps) {
>
<span
style={{
fontFamily: "var(--font-lora), serif",
fontFamily: "var(--font-jetbrains), monospace",
fontSize: "0.95rem",
color: "#e2e4e9",
}}
@@ -172,13 +172,12 @@ export default function Skills({ skills, languages, interests }: SkillsProps) {
<span
key={interest}
style={{
fontFamily: "var(--font-lora), serif",
fontSize: "0.85rem",
fontFamily: "var(--font-jetbrains), monospace",
fontSize: "0.75rem",
padding: "4px 14px",
border: "1px solid #1c1f26",
color: "#6b7280",
background: "#0e1014",
fontStyle: "italic",
transition: "all 0.2s",
cursor: "default",
}}