This seems simple, but I don’t know how to use a font that is downloaded on my computer in the freecodecamp form. Which font-face src should i put? Is the url of the site where I downloaded the font?
Assuming you want everyone to be able to use the font then you will need to link to it from a server that everyone has access to. For example, if you want to use a google font then google will give you the appropriate link
element to add to your HTML, which will consist of a URL from their server.
1 Like