Important: This website is now read only (except to admins) to comply with the UK Online Safety Act. Composr CMS is in the process of migrating to a new Constitutional governance model and Bazaar development model, with functionality of the old website (constructed by ocProducts Ltd, the prior copyright holder, a UK company) spread between GitLab and the new website (which has no connections to the UK).
where do we add the goole font import in HTML ?
for example
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
would go in the html head section and then you would use
font-family: 'Courgette', cursive;
in css where you want to use the font, obviously this also applies to using the @import method as well, what i am stuck on is finding which file you add the HTML part to?