Skip to content

Commit

Permalink
update font and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-rigo committed May 11, 2024
1 parent 38aaf6e commit a95d42f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Binary file modified favicon.ico
Binary file not shown.
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,17 @@
display: flex;
justify-content: center;
align-items: center;
font-family: 'Montserrat', sans-serif;
text-align: center;
}

h1 {
font-family: "Poetsen One", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 40px;
filter: grayscale(1);
}

img.me {
max-width: 150px;
height: auto;
Expand All @@ -45,7 +52,7 @@
</style>
<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=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap" rel="stylesheet">
</head>

<body>
Expand Down

0 comments on commit a95d42f

Please sign in to comment.