summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-19 21:15:05 -0400
committerrealtradam <[email protected]>2024-06-19 21:15:05 -0400
commita3ac66012bf7e5099e80c6e224cc5069c9f44142 (patch)
tree38d9acb13040d34f93e64a07862a59d5aadd4b5c /index.html
parentfc6c10718a633f0439b3aac045d4537c58bc7c6e (diff)
downloadmalcz.com-a3ac66012bf7e5099e80c6e224cc5069c9f44142.tar.gz
malcz.com-a3ac66012bf7e5099e80c6e224cc5069c9f44142.zip
add markdown processing and start working on homepage
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index d06e497..d187ec8 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&family=Quicksand:[email protected]&display=swap" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
<style>
@@ -26,6 +27,11 @@
font-weight: 400;
font-style: normal;
}
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Rubik", sans-serif;
+ font-weight: 800;
+ font-style: normal;
+}
</style>
</head>
<body>