Answers for "how to use google font ttl font file in react"

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

Code answers related to "how to use google font ttl font file in react"

Browse Popular Code Answers by Language