mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-12 18:32:02 -07:00
Add fonts.
This commit is contained in:
parent
cd6595f1f7
commit
bccc7914f6
13 changed files with 19 additions and 1 deletions
|
@ -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
BIN
fonts/IBMPlexMono-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/IBMPlexMono-Regular.ttf
Normal file
BIN
fonts/IBMPlexMono-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/IBMPlexSans-Light.ttf
Normal file
BIN
fonts/IBMPlexSans-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/IBMPlexSans-Regular.ttf
Normal file
BIN
fonts/IBMPlexSans-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/IBMPlexSans-Thin.ttf
Normal file
BIN
fonts/IBMPlexSans-Thin.ttf
Normal file
Binary file not shown.
BIN
fonts/Oswald-Bold.ttf
Normal file
BIN
fonts/Oswald-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Oswald-Regular.ttf
Normal file
BIN
fonts/Oswald-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/Quicksand-Light.ttf
Normal file
BIN
fonts/Quicksand-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/Quicksand-Medium.ttf
Normal file
BIN
fonts/Quicksand-Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/Quicksand-Regular.ttf
Normal file
BIN
fonts/Quicksand-Regular.ttf
Normal file
Binary file not shown.
BIN
fonts/VT323-Regular.ttf
Normal file
BIN
fonts/VT323-Regular.ttf
Normal file
Binary file not shown.
12
index.html
12
index.html
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue