Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created November 20, 2013 19:54
Show Gist options
  • Save carlcrott/7569902 to your computer and use it in GitHub Desktop.
Save carlcrott/7569902 to your computer and use it in GitHub Desktop.
/*
* JoomSpirit CSS file for typo
*/
body {
color:#6e6e6e;
font: normal 0.8em/1.3 arial, sans-serif;
}
@carlcrott
Copy link
Author

Just remove the /1.3

font: normal 0.8em arial, sans-serif;

and you're all better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment