Skip to content

Commit

Permalink
fix: Explicitly reference external font
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Oct 29, 2024
1 parent 4cca402 commit 15e7de8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Web component created using [lit](https://lit.dev/)

```
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href="/assets/fonts_google/poppins/fonts.css" rel="stylesheet" />
<link href="https://www.alpaca.life/assets/fonts_google/poppins/fonts.css" rel="stylesheet" />
```

1. Generate a [google maps API key](https://developers.google.com/maps/documentation/javascript/get-api-key)
Expand Down
5 changes: 4 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
// Copy / paste the lines below directly inside the <head></head> tag of front page of app
-->
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href="/assets/fonts_google/poppins/fonts.css" rel="stylesheet" />
<link
href="https://www.alpaca.life/assets/fonts_google/poppins/fonts.css"
rel="stylesheet"
/>
<!--
// USAGE Step 1 - END
-->
Expand Down

0 comments on commit 15e7de8

Please sign in to comment.