There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
Good Question
I just completed Font Face III, I felt it was glossed over quickly. The syntax wasn’t explained. There is like 3 or 4 different ways to link fonts in. Each syntax is completely different. Which one do we use? I am assuming in a employment setting, the developers will prefer one over the other as their standard.
Hi guys can i please get help in starting the exercise on Font 11 and i cant get the URL that i saw entered into the browser, I’ll appreciate your help.
As explained in this lesson, non-user fonts are fonts stored in directories and not installed on users’ computers by default. An example of a non-user font is Roboto. It is available on Google Fonts and is not installed on a user’s computer by default
When using @font-face, you are basically allowing elements to use specific fonts. It is not actually applying a font to an element. So if you wanted to apply a certain non-user font to a specific section, you would just have to add it normally, as if it was a pre-installed font
I’m having trouble understanding how to complete the @font-face portion of CSS Typography.
Instructions tell me to:
Instead of using the font’s link in the HTML document, enter the link into the URL bar in the browser.
The browser will load the CSS rules. You will need to focus on the rules that are directly labeled as /* latin */ . Some of the latin rules are on separate lines. You will need each of these.
Copy each of the CSS rules labeled latin, and paste the rules from the browser to the top of style.css .
When I paste the link into the URL bar of the browser it doesn’t work.
The Codecademy lesson provides a direct link to the font, and that works, but I’m not learning how to do this by just clicking on the link.
How common is it to need to use the @font-face method of linking a font? If I need to know how to do it, I want to learn.
ps…I am using a new Alienware M17 laptop with Windows 10 pro. Also have no issues with my internet connection.
Any help or direction provided in your reply is totally appreciated.
Copy this into the top of your CSS (remove the <style> and </style> and you’re done. It will import the rules for ‘Vietnamese’ and ‘latin-ext’ too, but I don’t see why that would be a problem.
BTW, you cannot complete the lesson if you do it like this, as codecademy wants you to put in the latin-rules separately…