parent
51fb14784d
commit
85f23f5288
@ -26,6 +26,10 @@
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<title>Mariia Shabelnik</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -73,7 +73,7 @@ function Header() {
|
||||
<header className={headerClasses.join(" ")}>
|
||||
<div className="container mx-auto h-full">
|
||||
<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">
|
||||
MW
|
||||
</Link>
|
||||
|
||||
@ -4,8 +4,9 @@ export default {
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ["Ubuntu Mono", "system-ui"],
|
||||
headline: ["Tektur", "system-ui"],
|
||||
logo: ["Dela Gothic One", "system-ui"],
|
||||
tags: ["Ubuntu Mono", "system-ui"],
|
||||
headline: ["Tektur", "system-ui"],
|
||||
},
|
||||
fontSize: {
|
||||
title: ["5rem", { lineHeight: "5rem", fontWeight: "900" }],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user