mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 05:37:22 +00:00
Optimize images and html links for performance
This commit is contained in:
parent
1a01fb36f4
commit
5bf34a6f66
5 changed files with 9 additions and 3 deletions
|
|
@ -7,6 +7,10 @@
|
|||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Information about and projects by Mitchell Simon."
|
||||
/>
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
|
|
@ -23,10 +27,12 @@
|
|||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<link
|
||||
async
|
||||
href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
async
|
||||
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue