Minimum selected icons from https://icomoon.io/

Use selection.json to restore selection.

To update, remember to patch the top of style.css like this:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
@font-face {
font-family: 'fa';
src: url('fonts/fa.eot');
src: url('fonts/fa.eot') format('embedded-opentype'), url('fonts/fa.ttf') format('truetype'),
url('fonts/fa.woff') format('woff'), url('fonts/fa.svg') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

@font-face {
font-family: 'Font Awesome 5 Free';
src: url('fonts/fa.eot');
src: url('fonts/fa.eot') format('embedded-opentype'), url('fonts/fa.ttf') format('truetype'),
url('fonts/fa.woff') format('woff'), url('fonts/fa.svg') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

.fa,.fab,.fad,.fal,.far,.fas {
font-family: 'fa' !important;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}

.fa-xs {
font-size: 0.75em;
}

.fa-sm {
font-size: 0.875em;
}

.fa-1x {
font-size: 1em;
}

.fa-2x {
font-size: 2em;
}

.fa-3x {
font-size: 3em;
}

.fa-4x {
font-size: 4em;
}

.fa-5x {
font-size: 5em;
}

.fa-6x {
font-size: 6em;
}

.fa-7x {
font-size: 7em;
}

.fa-8x {
font-size: 8em;
}

.fa-9x {
font-size: 9em;
}

.fa-10x {
font-size: 10em;
}

.fa-fw {
text-align: center;
width: 1.25em;
}

/* Other css */
0%