"Import a Google Font" bug, and, apparently, this issue tracker's issue template markdown
See original GitHub issueChallenge 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:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
@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
Yes. Thank you for this!