parent
51fb14784d
commit
85f23f5288
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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" }],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user