From ccbcb50fb4050dc422d10aab3f8d39ebb6433a22 Mon Sep 17 00:00:00 2001 From: Michael DiBernardo Date: Mon, 26 Aug 2024 14:30:14 -0400 Subject: [PATCH] Splashscreen. --- assets/css/fonts.css | 41 +++++++++++++++++++++++++++++++++ index.html | 16 ++++++++++++- main.js | 55 +++++++++++++++++++++++++++++++++++++++++++- style.css | 25 ++++++++++++++++++++ 4 files changed, 135 insertions(+), 2 deletions(-) create mode 100644 assets/css/fonts.css diff --git a/assets/css/fonts.css b/assets/css/fonts.css new file mode 100644 index 0000000..5ac493c --- /dev/null +++ b/assets/css/fonts.css @@ -0,0 +1,41 @@ +.extralight { + font-family: "Mukta", sans-serif; + font-weight: 200; + font-style: normal; +} + +.light { + font-family: "Mukta", sans-serif; + font-weight: 300; + font-style: normal; +} + +.regular { + font-family: "Mukta", sans-serif; + font-weight: 400; + font-style: normal; +} + +.medium { + font-family: "Mukta", sans-serif; + font-weight: 500; + font-style: normal; +} + +.semibold { + font-family: "Mukta", sans-serif; + font-weight: 600; + font-style: normal; +} + +.bold { + font-family: "Mukta", sans-serif; + font-weight: 700; + font-style: normal; +} + +.extrabold { + font-family: "Mukta", sans-serif; + font-weight: 800; + font-style: normal; +} diff --git a/index.html b/index.html index 21a6989..e103b48 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,16 @@ content="https://mikedebo.com/nora-looks-for-bugs/share.jpg" /> + + + + + + @@ -87,7 +96,12 @@ -
+
+ Nora Looks For Bugs Logo +

Nora Looks For Bugs

+
+ +