Skip to content

Instantly share code, notes, and snippets.

@defue
Last active October 16, 2018 07:41
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 defue/ac0edc80ad670d2f43d8add1140b8dd1 to your computer and use it in GitHub Desktop.
Save defue/ac0edc80ad670d2f43d8add1140b8dd1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Ugly letter spacing in Firefox</title>
<style type="text/css">
.test {
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
font-size: .875rem;
letter-spacing: .2px;
}
</style>
</head>
<body>
<p class="test">khetao khang</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment