Skip to content

Commit

Permalink
fix: Load fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 15, 2024
1 parent 049cff1 commit f91b805
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/targets/intents/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="//{{.Domain}}/assets/fonts/Lato-Bold.immutable.woff2" as="font" type="font/woff2"
crossorigin>
<link rel="preload" href="//{{.Domain}}/assets/fonts/Lato-Regular.immutable.woff2" as="font" type="font/woff2"
crossorigin>
<% _.forEach(htmlWebpackPlugin.files.css, function(file) { %>
<link rel="stylesheet" href="<%- file %>">
<% }); %>
Expand Down

0 comments on commit f91b805

Please sign in to comment.