Add a bunch of spacing components and h1/h2 components

This commit is contained in:
2021-09-19 22:26:42 -04:00
parent 2480b5200d
commit 2442a6b9bc
10 changed files with 222 additions and 4 deletions

View File

@@ -24,6 +24,15 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
/>
<title>React App</title>
</head>
<body>