Skip to content

Commit 004abc7

Browse files
committed
Added NuzlockeForums
1 parent 6dceec6 commit 004abc7

File tree

11 files changed

+43
-12
lines changed

11 files changed

+43
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![1.46](https://badgen.net/badge/npm/1.46/blue)](https://www.npmjs.com/package/social-icons-webfont)
1+
[![1.47](https://badgen.net/badge/npm/1.46/blue)](https://www.npmjs.com/package/social-icons-webfont)
22

33
# Social Icons Webfont
44
Icon font containing social media branding icons.

demo.html

Lines changed: 17 additions & 3 deletions
Large diffs are not rendered by default.

fonts/SocialIcons.svg

Lines changed: 3 additions & 1 deletion
Loading

fonts/SocialIcons.ttf

528 Bytes
Binary file not shown.

fonts/SocialIcons.woff

528 Bytes
Binary file not shown.

liga.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@
324324
'niconico': '',
325325
'nintendo': '',
326326
'npm': '',
327+
'nuzlockeforums': '',
327328
'odnoklassniki': '',
328329
'opencollective': '',
329330
'opengameart': '',

selection.json

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

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: 'SocialIcons';
33
src:
4-
url('fonts/SocialIcons.ttf?3cdqyn') format('truetype'),
5-
url('fonts/SocialIcons.woff?3cdqyn') format('woff'),
6-
url('fonts/SocialIcons.svg?3cdqyn#SocialIcons') format('svg');
4+
url('fonts/SocialIcons.ttf?xeg9d5') format('truetype'),
5+
url('fonts/SocialIcons.woff?xeg9d5') format('woff'),
6+
url('fonts/SocialIcons.svg?xeg9d5#SocialIcons') format('svg');
77
font-weight: normal;
88
font-style: normal;
99
font-display: block;
@@ -883,6 +883,9 @@
883883
.soc-Npm:before {
884884
content: "\e059";
885885
}
886+
.soc-NuzlockeForums:before {
887+
content: "\ea41";
888+
}
886889
.soc-Odnoklassniki:before {
887890
content: "\e05a";
888891
}

style.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
@font-face {
44
font-family: '#{$icomoon-font-family}';
55
src:
6-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?3cdqyn') format('truetype'),
7-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?3cdqyn') format('woff'),
8-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?3cdqyn##{$icomoon-font-family}') format('svg');
6+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?xeg9d5') format('truetype'),
7+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?xeg9d5') format('woff'),
8+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?xeg9d5##{$icomoon-font-family}') format('svg');
99
font-weight: normal;
1010
font-style: normal;
1111
font-display: block;
@@ -1451,6 +1451,11 @@
14511451
content: $soc-Npm;
14521452
}
14531453
}
1454+
.soc-NuzlockeForums {
1455+
&:before {
1456+
content: $soc-NuzlockeForums;
1457+
}
1458+
}
14541459
.soc-Odnoklassniki {
14551460
&:before {
14561461
content: $soc-Odnoklassniki;

svgs/NuzlockeForums.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)