[beta] Challenge won't pass test despite body font changing to Open Sans
See original GitHub issueChallenge use-a-google-font has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
<style>
body {
font-family: "Open Sans";
}
h4 {
text-align: center;
background-color: rgba(45, 45, 45, 0.1);
padding: 10px;
font-size: 27px;
text-transform: uppercase;
}
p {
text-align: justify;
}
.links {
text-align: left;
color: black;
opacity: 0.7;
}
#thumbnail:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.fullCard {
width: 245px;
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 5px;
padding: 4px;
}
.cardContent {
padding: 10px;
}
.cardText {
margin-bottom: 30px;
}
</style>
<div class="fullCard" id="thumbnail">
<div class="cardContent">
<div class="cardText">
<strong><h4>Alphabet</h4></strong>
<hr>
<em><p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.</p></em>
</div>
<div class="cardLinks">
<u>
<a href="https://en.wikipedia.org/wiki/Larry_Page" class="links">Larry Page</a><br><br>
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" class="links">Sergey Brin</a>
</u>
</div>
</div>
</div>
```
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
[beta] Challenge won't pass test despite body font changing to ...
Here are a couple suggestions: Reload the page and run the tests again. A script may have crashed, preventing the tests from running....
Read more >Opera problems rendering Open Sans font - Stack Overflow
Inspecting the elements, it says that the font is Open Sans, but is not. Css capture. And when I delete the font in...
Read more >Stop using Open Sans – Why your font choice matters
When something has so many views it can't be bad, right? Wrong! Choosing a typeface is an opportunity for your website, app or...
Read more >Our expanded curriculum is now live on beta.freecodecamp ...
Also the example tribute page doesn't pass the last test. ... [beta] Challenge won't pass test despite body font changing to Open Sans...
Read more >Theme still trying to load a font from google server
Now it seems that Google has removed the Open Sans Condensed font, which was used by my theme. All other fonts are recognized...
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
Okay, I’ll submit a PR for this tonight.
Yeah, touche @systimotic - I’m actually not sure what we’re doing for very similar challenges. I know the JS section will have ones that cover certain topics across several sections. For example,
map
andslice
come up in BasicJS and Functional Programming, with slightly different spins on the material. I think for now we can keep them in - a little extra practice / redundancy / reinforcement of a concept can’t hurt. If we start noticing inconsistencies, we can make a case for removing a specific challenge - does that sound somewhat reasonable?