CSS code snippet – How to add google fonts to in react?
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Roboto&display=swap'); body { font-family: 'Patrick Hand SC', cursive; }
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand+SC|Roboto&display=swap'); body { font-family: 'Patrick Hand SC', cursive; }