diff options
| author | realtradam <[email protected]> | 2024-06-19 21:15:05 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-19 21:15:05 -0400 |
| commit | a3ac66012bf7e5099e80c6e224cc5069c9f44142 (patch) | |
| tree | 38d9acb13040d34f93e64a07862a59d5aadd4b5c /index.html | |
| parent | fc6c10718a633f0439b3aac045d4537c58bc7c6e (diff) | |
| download | malcz.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.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
