bootstrap 4 移除Glyphicons
/********************************************************************** * bootstrap 4 移除Glyphicons * 说明: * 在测试bootstrap的时候发现Glyphicons无效,看了文档知道已经被移除了, * 可以考虑使用fontawesome来替代,使用方法也是很简单的。 * * 2018-4-26 深圳 宝安西乡 曾剑锋 *********************************************************************/ 一、参考文档: 1. Bootstrap 4 - Glyphicons migration? https://stackoverflow.com/questions/32612690/bootstrap-4-glyphicons-migration 2. Migrating to v4 https://getbootstrap.com/docs/4.0/migration/#components 3. fontawesome https://fontawesome.com/ 二、解决办法: 1. 使用fontawesome; 2. 参考网址:https://fontawesome.com/get-started 3. Copy the entire webfonts folder and the fontawesome-all.css into your project's static assets directory (or where ever you prefer to keep front end assets or vendor stuff). Make sure you remember the path for referencing. 4. fontawesome使用示例: <span class="fas fa-user"></span>