add fira mono font

This commit is contained in:
[poww10s]
2020-09-14 01:54:30 -04:00
parent 3b649a8099
commit 1a1f6d3fbf
+5 -2
View File
@@ -24,6 +24,10 @@
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
href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<title>React App</title>
</head>
<body>
@@ -38,6 +42,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
--></body>
</html>