Updated Troubleshooting (markdown)

doshprompt 2014-09-16 13:35:28 -07:00
parent 2403970e33
commit 8bec3e33a1

@ -74,12 +74,14 @@ According to your Font Awesome version, please add to your stylesheets:
/* FA 4.0.0 and newer */
.reveal .fa {
font-family: 'FontAwesome';
font-style: normal;
}
/* FA 3.2.1 and older */
.reveal [class^="icon-"],
.reveal [class*=" icon-"] {
font-family: 'FontAwesome';
font-style: normal;
}
```