Specify fonts

This should help the interface look more consistent across platforms.
The font choices are just placeholders: consistency is the main goal.
This commit is contained in:
Aaron Fenyes 2024-10-30 23:29:48 -07:00
parent 0a13c062f4
commit 35d3e4a6f8
3 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,8 @@
<meta charset="utf-8"/>
<title>dyna3</title>
<link data-trunk rel="css" href="main.css"/>
<link href="https://fonts.bunny.net/css?family=lato:ital,wght@0,400;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.bunny.net/css?family=noto-emoji:wght@400&text=%f0%9f%94%97%e2%9a%a0&display=swap" rel="stylesheet">
</head>
<body></body>
</html>