Skip to content

Instantly share code, notes, and snippets.

@brianjriddle
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianjriddle/a3ce1bdb90b18b5861fe to your computer and use it in GitHub Desktop.
Save brianjriddle/a3ce1bdb90b18b5861fe to your computer and use it in GitHub Desktop.
Som en besökare vill jag *läsa* allt text på fotbollskanalen.se så jag inte besöker någon annan sida att läsa om Blatters nergång.
/**
* Ser ut som det går inte att ladda Lato-Black fonten i chrome eller firefox.
* curl -I http://www.fotbollskanalen.se/fonts/Lato-Black.eot
* curl -I http://www.fotbollskanalen.se/fonts/Lato-Black.ttf
* returnera 404
* La till stylebot för att för detta att fungera på *.fotbollskanalen.se i Google Chrome browser
*/
h1, h2,h3, div.group-item__team , .group-item__info-time, .group-item__info-match, .group-item__info-competition, div, span, input {
font-family: helvetica;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment