updated the font awesome instructions to make them more clear.
This commit is contained in:
@ -1135,6 +1135,9 @@
|
||||
"title": "Add Font Awesome Icons to our Buttons",
|
||||
"description": [
|
||||
"Font Awesome is a convenient library of icons. These icons are vector graphics, stored in the <code>.svg</code> file format. These icons are treated just like fonts. You can specify their size using pixels, and they will assume the font size of their parent HTML elements.",
|
||||
"You can add Font Awesome to any app just by including it by adding the following code to the top of your HTML:",
|
||||
"<code><link rel=\"stylesheet\" href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css\"/></code>",
|
||||
"In this case, we've already added it for you to this page behind the scenes.",
|
||||
"The <code>i</code> element was originally used to make other elements italic, but is now commonly used for icons. You add the Font Awesome classes to the <code>i</code> element to turn it into an icon, for example:",
|
||||
"<code><i class=\"fa fa-info-circle\"></i></code>",
|
||||
"Use Font Awesome to add a <code>thumbs-up</code> icon to your like button by giving it an <code>i</code> element with the classes <code>fa</code> and <code>fa-thumbs-up</code>."
|
||||
|
Reference in New Issue
Block a user