This is the fourth tutorial in the low-code development series. Follow along to learn how to get a font script from Google Fonts and use it in your codebase.
Please visit previous tutorials to learn how to set up your development environment and how to deploy the Sharetribe Web Template to the web.
Chapters
Resources used in this video
Google Fonts: https://fonts.google.com/
Barlow font: https://fonts.google.com/specimen/Barlow
Commands and scripts used in this video
Run your template locally
yarn run dev
Google Fonts script
const fontScript = (
<style key="font">
{`@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');`}
</style>
)
Check current remote repositories
git remote -v
Push your changes to your remote repository
git push origin main
Additional developer documentation
More information on how to change your marketplace look and feel can be found in Sharetribe's Developer Documentation site. We recommend:
Next
The next and final video tutorial shows how to add a Facebook (or Meta) Pixel to your code for tracking conversions from Facebook ads. Click here to go to this tutorial.