Closed lucianosimoni closed 1 year ago
Add the Google fonts into the Header of the Application
react-helmet
App.js
<Helmet> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> </Helmet>
This will import the google icons into the project
App.css
Adding it to the css, all of the project will be able to use the icons easily
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48 }
Wiki
But once all of it is setup, the google icons is ready to be used along side the Google Fonts Website
Add the Google fonts into the Header of the Application
react-helmet
library to add it to the header ofApp.js
react-helmet
hereAfter installing the
react-helmet
to the projectThis will import the google icons into the project
Add the Icons to the
App.css
Adding it to the css, all of the project will be able to use the icons easily
Create a
Wiki
page on how to use the elementBut once all of it is setup, the google icons is ready to be used along side the Google Fonts Website