Importieren Sie Google -Schriftarten in React
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Roboto&display=swap');
body {
font-family: 'Patrick Hand SC', cursive;
}
Enthusiastic Earthworm