Skip to content

Commit

Permalink
Update font & profile.jpg references
Browse files Browse the repository at this point in the history
  • Loading branch information
markmals committed Apr 2, 2024
1 parent 0d2f378 commit e30af08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ node_modules
.DS_Store
dist
*.local
index.html
.remote-assets
components.d.ts
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<head>
<link rel="icon" type="image/png" href="https://remix.run/favicon-192.png" />
</head>
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We’ll talk about the technique, why it works, and which levers you can adjust

---
layout: presenter
presenterImage: /profile.jpg
presenterImage: profile.jpg
---

# Hi! I'm Mark 👋
Expand Down
4 changes: 2 additions & 2 deletions theme/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
font-family: "Gilroy";
font-style: normal;
font-weight: 400;
src: url("/theme/fonts/Gilroy-Regular.woff2");
src: url("/remix-meetup-2024-03/theme/fonts/Gilroy-Regular.woff2");
}

@font-face {
font-family: "Gilroy";
font-style: normal;
font-weight: 800;
src: url("/theme/fonts/Gilroy-ExtraBold.woff2");
src: url("/remix-meetup-2024-03/theme/fonts/Gilroy-ExtraBold.woff2");
}

0 comments on commit e30af08

Please sign in to comment.