Bootstrap background usage problem summary (1), bootstrap background
I wrote a blog by myself for the first time. I don't know the rules. Thank you ~~
A background is required for a recent project, so many Bootstrap background source codes are Down on the Internet. Carefully selected with "ACE background management system" (because it is Chinese, English level 3 dog deer can also understand <link rel = "stylesheet" href = "http://fonts.googleapis.com/css? Family = Open + Sans: 400,300 "/>
After the annotation, it quickly opened.
Solution: slow loading of fonts.googleapis.com Solution
2. The background program uses the Font Awesome icon.
The first time I used this icon font library, I ignored the version of the source code library and replaced it with the latest version. As a result, some icons are not displayed.
Solution: Download the corresponding version of the font library.
In addition, the link to the library uses the <! -- [If! IE]> <! --> <Script src = "assets/js/jquery-2.0.3.min.js"> </script> <! -- <! [Endif] --> <! -- [If IE]> <script src = "assets/js/jquery-1.10.2.min.js"> </script> <! [Endif] --> 4. Continue to study ......