google fonts
Posted
#4260
(In Topic #875)

Standard member

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?
Thx in advance
Posted

Standard member


1 guest and 0 members have just viewed this.