⚒️ Preparate boilerplate v2 - Typescript + React 18.

This commit is contained in:
pheralb
2022-06-03 11:53:50 +01:00
parent 48e648a04b
commit b21f464108
46 changed files with 1374 additions and 12586 deletions
+13 -8
View File
@@ -1,11 +1,16 @@
@font-face {
font-family: "Inter-Medium";
src: url("/fonts/Inter-Medium.woff2") format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a:focus {
outline: none;
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}