Skip to content

Commit 42c2342

Browse files
authored
Merge pull request #347 from jlannoy/add-tci-miniset-icon
New mini-set icon added via icomoon
2 parents 0ec2e8c + 9ec5380 commit 42c2342

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

src/AppBundle/Resources/public/css/icons.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'swdestiny';
3-
src: url('../fonts/swdestiny.eot?3b0mx3');
4-
src: url('../fonts/swdestiny.eot?3b0mx3#iefix') format('embedded-opentype'),
5-
url('../fonts/swdestiny.ttf?3b0mx3') format('truetype'),
6-
url('../fonts/swdestiny.woff?3b0mx3') format('woff'),
7-
url('../fonts/swdestiny.svg?3b0mx3#swdestiny') format('svg');
3+
src: url('../fonts/swdestiny.eot?f1zsri');
4+
src: url('../fonts/swdestiny.eot?f1zsri#iefix') format('embedded-opentype'),
5+
url('../fonts/swdestiny.ttf?f1zsri') format('truetype'),
6+
url('../fonts/swdestiny.woff?f1zsri') format('woff'),
7+
url('../fonts/swdestiny.svg?f1zsri#swdestiny') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
font-display: block;
@@ -136,3 +136,6 @@
136136
.icon-die:before {
137137
content: "\e90a";
138138
}
139+
.icon-set-PW:before {
140+
content: "\e920";
141+
}
428 Bytes
Binary file not shown.

src/AppBundle/Resources/public/fonts/swdestiny.svg

Lines changed: 1 addition & 0 deletions
Loading
428 Bytes
Binary file not shown.
428 Bytes
Binary file not shown.

src/AppBundle/Resources/public/selection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)