Guys, how to import & use font family from goo...
# react
r
Guys, how to import & use font family from google fonts in react-emotion wrapper?
t
You can use
file-loader
with following configuration
After that you can use
require
function for importing
r
Aight thanks sir victor