mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-31 15:38:22 +08:00
Updated Troubleshooting (markdown)
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 */
|
/* FA 4.0.0 and newer */
|
||||||
.reveal .fa {
|
.reveal .fa {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FA 3.2.1 and older */
|
/* FA 3.2.1 and older */
|
||||||
.reveal [class^="icon-"],
|
.reveal [class^="icon-"],
|
||||||
.reveal [class*=" icon-"] {
|
.reveal [class*=" icon-"] {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user