diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 16:15:26 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-27 16:15:26 -0500 |
commit | 00c14a7cb122292d7ec87a817a9a3eb169ee37d9 (patch) | |
tree | e58bbd30693e2147f202a921cfe540c0d20e9644 /index.html | |
parent | 06f962066c57818232cc8d59ef49e879043418df (diff) |
Update home page font
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,6 +4,14 @@ <head> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta charset="utf-8"> + + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> + + <style> + * { + font-family: "Roboto", sans-serif; + } + </style> </head> <body> @@ -14,7 +22,7 @@ <ul> <li><h3>Web-hosted projects:</h3></li> <li><a href="WebCards/index.html">WebCards</a></li> - <li><a href="Mines/index.html">A clone of Minesw**per</a></li> + <li><a href="mines">A clone of Minesw**per</a></li> <li><h3>Download and enjoy:</h3></li> <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> <li><a href="https://github.com/CoreChg/TransitAPI">My Minecraft TransitAPI</a></li> |