Moved font smoothing out of repo into demo only styles (will now need to be added manually if you'd still like smooth fonts)

This commit is contained in:
IanLunn 2016-10-21 14:51:28 +01:00
parent 673efca112
commit f7c0cf2e3d
1 changed files with 4 additions and 2 deletions

View File

@ -109,8 +109,6 @@ p,
}
[class^="hvr-"] {
/*display: inline-block;*/
/*vertical-align: middle;*/
margin: .4em;
padding: 1em;
cursor: pointer;
@ -119,6 +117,10 @@ p,
color: #666;
/* Prevent highlight colour when element is tapped */
-webkit-tap-highlight-color: rgba(0,0,0,0);
/* Smooth fonts */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.aligncenter {