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.

"Import a Google Font" bug, and, apparently, this issue tracker's issue template markdown

See original GitHub issue

Challenge Name

https://www.freecodecamp.com/challenges/import-a-google-font

Issue Description

The left sidebar text says “Now you can set Lobster as a font-family value on your h2 element”, yet there is no h2 section in the <style> above, and there are no checkboxes in the bottom that explain that it needs to be added, or that it can be done by adding an inline style="font-family: Lobster;" to the h2 element. This is fairly elementary for experienced HTML users, but anyone actually new to coding would likely stop at this challenge for longer than intended. It’s easy to tell that this isn’t intended because in the very next challenge the steps are laid out for the user.

Browser Information

  • Browser Name, Version: Chrome v51
  • Operating System: Windows 7 64bit
  • Mobile, Desktop, or Tablet: Desktop

Your Code

 <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }
  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>
<h2 class="red-text" style="font-family: Lobster;">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

http://i.imgur.com/YyhcAjN.png

Wow. What the hell is wrong with the issue template markdown? Here’s my source: http://i.imgur.com/5QuNoGI.png

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
texas2010commented, Jul 15, 2016

@erictleung, I forget to mention about I did fix that person issue template. rahlzel write style in code. so i have to add backtick on that. that is how it got mess up first place

0reactions
GepettoBcommented, Nov 16, 2016

Yes. Thank you for this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using web fonts from a font delivery service - Google Fonts
In this article we'll first look at the process of adding fonts from a font delivery service, and then delve into the CSS...
Read more >
57 Best To-do List Apps of 2023 for Personal Task Management
This guide will highlight the Best To-Do List Apps for personal task management in 2023. Each new day, a list of tasks awaits...
Read more >
Why You Need To STOP Using Notion For Your Whole Life!
I exported my workspace from Notion, firstly as a Markdown and CVS. The application exported twenty-seven pages! How do three pages translate to...
Read more >
Frequently Asked Questions | Google Fonts
How do I contact Google Fonts? For real-time issues, tweet Google Fonts at @googlefonts. For technical questions, post an issue on our GitHub...
Read more >
Web Fonts: How to Make Them Work Perfectly in Email - Litmus
Because web fonts typically aren't found on someone's local device and instead are hosted elsewhere, you have to “embed” or import your web...
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