Comment on How I was able to track the location of any Tinder userComments−harlanlewis12yTo read, inspect <body> and disable {font-family: FontAwesome}.−IncludeSecurity12yHey Harlan, we think we fixed the FontAwesome problem, it was false advertising...the font was not awesome at all, it broke our whole damn blog.−joekrill12yIt actually IS pretty awesome. You just generally don't want to apply it to the body of your entire site!−mike-cardwell12yI found the content much more readable after chucking this in a console: document.getElementsByClassName('entry-content')[0].style.color='black'; and hitting <ctrl>+ a few times.−ontoillogical12yWorking on fixing this ASAP, what browser/OS are you using?−ontoillogical12yI believe it should be fixed now.−harlanlewis12yFixed. Kudos to Erik on your team for emailing me to resolve immediately after my comment.
Comments
To read, inspect <body> and disable {font-family: FontAwesome}.
Hey Harlan, we think we fixed the FontAwesome problem, it was false advertising...the font was not awesome at all, it broke our whole damn blog.
It actually IS pretty awesome. You just generally don't want to apply it to the body of your entire site!
I found the content much more readable after chucking this in a console: document.getElementsByClassName('entry-content')[0].style.color='black'; and hitting <ctrl>+ a few times.
Working on fixing this ASAP, what browser/OS are you using?
I believe it should be fixed now.
Fixed. Kudos to Erik on your team for emailing me to resolve immediately after my comment.