Answers for "add google font to react app sass"

CSS
0

how to add google fonts to css in react

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@700&display=swap');
at the top of css file
Posted by: Guest on July-31-2020

Browse Popular Code Answers by Language