Optimize images and html links for performance

This commit is contained in:
Mitchell Simon 2019-08-24 17:14:32 -04:00
parent 1a01fb36f4
commit 5bf34a6f66
5 changed files with 9 additions and 3 deletions

View file

@ -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"
/>