Skip to content

Commit

Permalink
Add "tag" and "tags" icons #69 #70
Browse files Browse the repository at this point in the history
  • Loading branch information
onursenture committed Jul 16, 2018
1 parent 86304e0 commit 7a9fea2
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 1 deletion.
34 changes: 33 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,41 @@
<link rel="stylesheet" href="primeicons.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;93)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;95)</small></h1>
</div>
<div class="clearfix mhl ptl">
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-tags">

</span>
<span class="mls"> pi-tags</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e95d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe95d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-tag">

</span>
<span class="mls"> pi-tag</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e95e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe95e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-power-off">
Expand Down
Binary file modified fonts/primeicons.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/primeicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/primeicons.ttf
Binary file not shown.
Binary file modified fonts/primeicons.woff
Binary file not shown.
8 changes: 8 additions & 0 deletions primeicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
}
}

.pi-tags:before {
content: "\e95d";
}

.pi-tag:before {
content: "\e95e";
}

.pi-power-off:before {
content: "\e95c";
}
Expand Down

0 comments on commit 7a9fea2

Please sign in to comment.