zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    [NOI2001]炮兵阵地
    POJ 2411 Mondriaan's Dream
    【模板】割点(割顶)
    [Noip2007]Core树网的核
    2018.09.09模拟总结
    2018.09.08模拟总结
    [USACO11JAN]Roads and Planes
    最优贸易
    [USACO08JAN]Telephone Lines
    Calabash(葫芦娃)
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/8949532.html
Copyright © 2011-2022 走看看