Add fonts.

This commit is contained in:
Kaj Forney 2022-12-06 04:28:19 -07:00
parent cd6595f1f7
commit bccc7914f6
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
13 changed files with 19 additions and 1 deletions

View file

@ -91,6 +91,14 @@ html {
}
.bg-dark {
--bs-dark-rgb: 40, 48, 68;
--bs-light-rgb: 120, 161, 187;
--bs-body-color: 120, 161, 187;
}
/* ==========================================================================
Helper classes
========================================================================== */

BIN
fonts/IBMPlexMono-Light.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/IBMPlexSans-Light.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/IBMPlexSans-Thin.ttf Normal file

Binary file not shown.

BIN
fonts/Oswald-Bold.ttf Normal file

Binary file not shown.

BIN
fonts/Oswald-Regular.ttf Normal file

Binary file not shown.

BIN
fonts/Quicksand-Light.ttf Normal file

Binary file not shown.

BIN
fonts/Quicksand-Medium.ttf Normal file

Binary file not shown.

BIN
fonts/Quicksand-Regular.ttf Normal file

Binary file not shown.

BIN
fonts/VT323-Regular.ttf Normal file

Binary file not shown.

View file

@ -22,16 +22,26 @@
<meta name="theme-color" content="#fafafa">
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-dark bg-dark shadow-lg">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/branding/LunarPenguin_newPalette_transparency_brightDiamond.png" alt="Logo" style="max-height: 50px;padding-right: 15px;">
Kaj Forney
</a>
</div>
</nav>
<!-- Add your site or application content here -->
<h1>Site Under Construction</h1>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>