update fonts
Some checks failed
ci/cd / Build (push) Failing after 8s

This commit is contained in:
Mariia Shabelnik 2024-01-08 23:36:42 +01:00
parent 51fb14784d
commit 85f23f5288
No known key found for this signature in database
GPG Key ID: 27F973065C339207
3 changed files with 7 additions and 2 deletions

View File

@ -26,6 +26,10 @@
rel="stylesheet" rel="stylesheet"
/> />
<link
href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap"
rel="stylesheet"
/>
<title>Mariia Shabelnik</title> <title>Mariia Shabelnik</title>
</head> </head>
<body> <body>

View File

@ -73,7 +73,7 @@ function Header() {
<header className={headerClasses.join(" ")}> <header className={headerClasses.join(" ")}>
<div className="container mx-auto h-full"> <div className="container mx-auto h-full">
<nav className="flex items-center h-full px-2"> <nav className="flex items-center h-full px-2">
<div className="flex-none text-3xl md:text-4xl font-black font-headline "> <div className="flex-none text-3xl md:text-4xl font-black font-logo ">
<Link className={logoClasses.join(" ")} to="/#start"> <Link className={logoClasses.join(" ")} to="/#start">
MW MW
</Link> </Link>

View File

@ -4,8 +4,9 @@ export default {
theme: { theme: {
fontFamily: { fontFamily: {
sans: ["Ubuntu Mono", "system-ui"], sans: ["Ubuntu Mono", "system-ui"],
headline: ["Tektur", "system-ui"], logo: ["Dela Gothic One", "system-ui"],
tags: ["Ubuntu Mono", "system-ui"], tags: ["Ubuntu Mono", "system-ui"],
headline: ["Tektur", "system-ui"],
}, },
fontSize: { fontSize: {
title: ["5rem", { lineHeight: "5rem", fontWeight: "900" }], title: ["5rem", { lineHeight: "5rem", fontWeight: "900" }],