Fix a font loading error when testing locally and a first draft at a print.css file

This commit is contained in:
2025-07-31 12:32:18 -04:00
parent 0269a7e72d
commit b080492aa2
3 changed files with 67 additions and 2 deletions

View File

@@ -91,6 +91,6 @@
<p>View source on <a href="https://libertynode.dev/mdrockwell/resume" title="View source on Gitea">Gitea</a></p>
</footer>
<script src="app.js" type="text/javascript"></script>
<link rel="stylesheet" media="print" href="css/print.css" />
<!-- <link rel="stylesheet" media="print" href="css/print.css" /> -->
</body>
</html>