question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't Pass Challenge: Specify How Fonts Should Degrade

See original GitHub issue

Challenge 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

screenshot from 2016-11-14 14-18-10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
IsaacAbrahamsoncommented, Nov 24, 2016

@raisedadead Thanks for correcting me, I am still trying to learn GitHub properly.

1reaction
raisedadeadcommented, Nov 24, 2016

Unless confirmed as reproducible, please do not label otherwise. Refer: https://forum.freecodecamp.com/t/free-code-camp-issue-labels/19556

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found