Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created May 21, 2012 18:18
Show Gist options
  • Save SBoudrias/2763722 to your computer and use it in GitHub Desktop.
Save SBoudrias/2763722 to your computer and use it in GitHub Desktop.
Untitled
.domino_page_bouton,
.domino_page_bouton:visited {
display: inline-block;
color: #fff;
text-decoration: none;
text-align: center;
font-size: 18px;
line-height: 20px;
/* Add and remove font-family to see the bug. This happen only in Google Chrome */
font-family: Vollkorn;
font-weight: 700;
width: 140px;
padding: 5px;
margin-top: 15px;
background-color: #e41e26;
box-shadow: #c4c4bf 2px 3px 0;
border-radius: 5px;
}
<link href='//fonts.googleapis.com/css?family=Vollkorn:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<a href="#" class="domino_page_bouton">
Ajouter
</a>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment