nope, any other solution, i must register on this site, and validate license to much work!!
/* Ljekovito */
.ljekovito
{
background-color: #CAF7CA;
border: 1px solid #72A585 !important;
border-radius: 4px !important;
box-shadow: 0 0 1px #F9F9F9 inset;
color: #000000;
display: inline-block;
font-size: 12px;
font-style: normal !important;
font-weight: bold;
line-height: 17px;
padding: 0 6px;
}
.ljekovito:before
{
content: "\f0f9";
font-family: FontAwesome;
color: #000000;
margin-right: 5px;
font-weight: normal;
font-size: 110%;
}
a.prefixLink:hover .ljekovito
{
color: #000000;
background-color: #F7AE65;
border: 1px solid #333803 !important;
}
.prefixPsi:before {
content: "\f1b0";
font-family: FontAwesome;
padding-right: 4px;
}
.prefix.prefixPsi {
background: none repeat scroll 0 0 rgb(83, 84, 53);
border-color: #5d6977;
border-radius: 4px;
color: black;
}
for what? Using an image? I'm pretty sure that there are several examples (think some were even by Brogan) available. Here, give me a minute and I'll do the search for you.any example code?
.prefixPsi:before {
content: "\f1b0";
font-family: FontAwesome;
padding-right: 4px;
}
And as I explained to you... there are different ways to use the Glyphs icons.. either as images or as a font pack. You haven't been clear on which you are using.i got prefix with fontawesome and works but like i said so need code to replace fontawesome icon with glyphs icon.And i use this code in extra css.
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
@charset "UTF-8";
@font-face {
font-family: "icons-font";
src:url("fonts/icons-font.eot");
src:url("fonts/icons-font.eot?#iefix") format("embedded-opentype"),
url("fonts/icons-font.woff") format("woff"),
url("fonts/icons-font.ttf") format("truetype"),
url("fonts/icons-font.svg#icons-font") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "icons-font" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "icons-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
i got prefix with fontawesome and works but like i said so need code to replace fontawesome icon with glyphs icon.And i use this code in extra css.
Code:.prefixPsi:before { content: "\f1b0"; font-family: FontAwesome; padding-right: 4px; }
Did you ever determine how you are loading glyphs icons? If in a font pack, then simply replace the font-family CSS designator with the one they provided you for the glyph icons.i want do this with glyphs icon not fontawesome
i try not workDid you ever determine how you are loading glyphs icons? If in a font pack, then simply replace the font-family CSS designator with the one they provided you for the glyph icons.
That still doesn't answer the question I put to you. Are you using the glyph icons as images (you know, things that end in .png, .jpg, etc) or are you using actual font files (.eot, .woff, .woff2) that you downloaded. If the latter (font files) then you need to upload those to your server, put the data that they provided in the CSS sheet they gave you into your EXTRA.css (or do an include) then modify the CSS to call it be the font-family that they gave you.i try not work
Then you should just be have to use the correctglyphs are included in my premium style, fontawesome to
content: "\????";
font-family: Whatever_They_Called_The_Font_Family_In_Your_Style;
We use essential cookies to make this site work, and optional cookies to enhance your experience.