glyphicons

Use Glyphicons or Font-Awesome in pdfmake prints

坚强是说给别人听的谎言 提交于 2019-12-12 09:57:20
问题 I am developing a webapp using pdfmake for the printing. In more recent days I started using Glyphicons and Font-Awesome-Icons in my project, now I need those in the printout as well. But I can't really imagine what would be the best way to achieve this. I see two possibilities: Include the respective Font in pdfmake and create something like a map which determines the Icons font-representation by it's class name (because this is what is used in the app). In this case I could still use the

Font Awesome icons disappear after refresh of browser

拟墨画扇 提交于 2019-12-12 09:40:48
问题 My glyphicons disappear from the Internet Explorer 11 webpage after refreshing the page (F5). But when I open the webpage (after first refreshing it)by clicking on its menu link, the page is displayed correctly . . . In chrome this works just fine even after pressing F5. I'm running Bootstrap v3.3.1. I've taken sample code from http://fortawesome.github.io/Font-Awesome/examples/ but even this simple code does not work after pressing F5 <div class="row"> <class ="col-lg-12"> <div class="list

glyphicons icons not get suitable for chrome

强颜欢笑 提交于 2019-12-12 04:58:06
问题 Below is the chrome view of my page. here image/icon sides not show well But i make mouse-over/hover on that image/link or change window width manually, its display correctly like below. but its work fine in Firefox this is the html code i using <li><a class="glyphicons display" href=""><i></i>Dashboard</a></li> 回答1: This is a common problem with chrome instead use another icon font like Fontawesome http://fortawesome.github.io/Font-Awesome/ Fontawesome is compatible with all browsers above

how do i get glyphicon in the center of the bootstrap navbar?

爱⌒轻易说出口 提交于 2019-12-11 13:58:09
问题 i am trying to get the glyphicon-log-in in the center of the bootstrap navbar and not even getting into the navbar mean it is showing above the navbar, when debugging. <a class="navbar-brand pull-left" href="/"><img src="images/logo.png" alt="Elunika"></a> <span class="glyphicon glyphicon-log-in" id="logIcon"></span> <div class="nav-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav pull-right"> <li class="active"> <a href="#">HOME</a> </li> <li> <a href="#">ABOUT</a> <

Glyphicon Bootstrap v3 Not loaded

半城伤御伤魂 提交于 2019-12-11 04:03:17
问题 I downloaded the latest Bootstrap v3 file and imported bootstrap.min.css. But I never be able to use the Glyphicon Icons. I'm pretty sure that my CSS is right. Below is my HTML. Why? <span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span> 回答1: Make sure the path to fonts is correct. The definition in boostrap.min.css looks like this: [..] url('../fonts/glyphicons-halflings-regular.eot') 回答2: Bootstrap usually includes three main folders i.e. CSS, Fonts & JS. Missing

angularjs apply one class by ternary and another always

隐身守侯 提交于 2019-12-11 03:11:38
问题 I want to have the 'glyphicon' class on my icon tag always. I want to have the 'glyphicon-plus' class when item.expanded is false, 'glyphicon-minus' class when item.expanded is true. It seems there would be a simple way to do this but I've been unsuccessful using the ternary operator when I need another class to always be there. The following code does not work. <i ng-class="'glyphicon', (item.expanded) ? 'glyphicon-minus' : 'glyphicon-plus'"></i> 回答1: ng-class don't really behave like this.

glyphicons and bootstrap 4

▼魔方 西西 提交于 2019-12-11 02:07:36
问题 I am trying to use a glyphicon from glyphicon, when you click one it says all you need to do is add <span class="glyphicons glyphicons-*name of glyphicon*"></span> where you want the glyphicon. But upon downloading them, I noticed they all saved as .png files, does anyone know how to actually get a glyphicon from glyphicon.com into a bootstrap project? 回答1: check below link: https://getbootstrap.com/docs/4.0/migration/#components Now Bootstrap 4 not allow to Glyphicons icons. Option #1 : If

Bootstrap 3.2.0 Glyphicons not working

三世轮回 提交于 2019-12-10 22:05:38
问题 I'm new to bootstrap & its glyphicons are not working for me. After I've inspect the code, font-family of glyphicon-user was "Helvetica Neue",​Helvetica,​Arial,​sans-serif & not Glyphicons Halflings . Am I missing something or do i need to change the css file. <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css"/> <link rel="stylesheet" href="css/bootstrap-theme.min.css"/> <script type="text/javascript" src="js

Bootstrap (v3.3.4) glyphicons not displayed in IE when refresh page (F5)

橙三吉。 提交于 2019-12-10 20:18:44
问题 I am using the bootstrap v3.3.4 in application. I am also using some glyphicons. they work properly in FireFox, Chrome, and iPad, but they are not displayed in the Internet Explorer(Using IE10 & IE11) when you refresh the page (F5). When the refresh page icon is not displayed but any button is clicked or page is reloaded for some severside action then the glyphicon appears and again when you refresh the page the glyphicon disappears. Files structure: Bootstrap > CSS Js Fonts Please give me

bootstrap 3 glyphicon swap state on click

感情迁移 提交于 2019-12-09 13:35:08
问题 Help, I am looking to have the glyphicon image swap on collapse in bootstrap 3. I found this thread here Bootstrap 3 Collapse show state with Chevron icon This works in jsfiddle but when copied to my own page the collapse works but the icon does not swap from up to down. Is there something I am missing? I have even placed this in a full download version of Bootstrap 3 and the icon fails to swap out. Here is the code: <div class="panel-group" id="accordion"> <div class="panel panel-default">