Can't Pass Challenge: Specify How Fonts Should Degrade
See original GitHub issueChallenge Name
Specify How Fonts Should Degrade
Issue Description
The challenge asks to comment out the call to Google Fonts to degrade fonts from Lobster to Monospace. My h2 element is correct (I’ve compared it to other people’s code after searching the issue) yet it won’t let me pass. My h2 element is formatted just like the example CSS style.
I’ve tried refreshing/resetting, clearing my cache and cookies, disabling extensions, and running in private mode but nothing has worked so far.
Browser Information
- Browser Name, Version: Mozilla Firefox v. 49.0.2
- OS: Ubuntu 16.04 LTS (64bit)
- Desktop
My Code
<!--
<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
-->
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Screenshot
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Can't Pass Challenge: Specify How Fonts Should Degrade
The challenge asks to comment out the call to Google Fonts to degrade fonts from Lobster to Monospace. My h2 element is correct...
Read more >Specify How Fonts Should Degrade - Guide
Problem Explanation. We need to apply the monospace font to the h2 element, so that it now has two fonts - Lobster and...
Read more >Specify How Fonts Should Degrade - Snakify
Solve problem "Specify How Fonts Should Degrade" online - Learn Python 3 - Snakify.
Read more >The 40 Best Web Fonts You Should Use In 2022 | Elementor
Also, having too many fonts comes across as confusing and unprofessional, especially if they are on the same page. The best practice is...
Read more >FreeCodeCamp/Help - Gitter
I'm on [54] and for some reason can't figure out what's being asked of me when ... Hi guys, don't know how to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@raisedadead Thanks for correcting me, I am still trying to learn GitHub properly.
Unless confirmed as reproducible, please do not label otherwise. Refer: https://forum.freecodecamp.com/t/free-code-camp-issue-labels/19556