This commit is contained in:
WesleyBryie 2021-10-31 13:50:39 -04:00
parent 4da7fcddbe
commit 059c4257dd
2 changed files with 3 additions and 6 deletions

View File

@ -4,13 +4,8 @@
<title>Wes Bryie's Site.</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap" rel="stylesheet">
</head>
<body>
<h1 id="title">Welcome to my personal website! This won't host much for now but expect way more in the future!</h1>
<h6 id="font-credit"><a href="https://fonts.google.com/specimen/Zen+Kurenaido">Font</a></h6>
<h6 id="ghpage-credit">Hosted by <a href="https://github.com">GitHub</a> and <a href="https://vercel.com">Vercel</a> </h6>
</body>
</html>

View File

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
html {
font-family: 'Zen Kurenaido', sans-serif;
background-color: #ede1be;