Introducing new icons
graduation-cap and lightbulb thanks to @venomgfx.
This commit is contained in:
parent
b3aee6c8bc
commit
4c896ae6b7
12
pillar/web/static/assets/font/config.json
Normal file → Executable file
12
pillar/web/static/assets/font/config.json
Normal file → Executable file
@ -996,6 +996,18 @@
|
||||
"code": 59504,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "ef74ff62feda486fd414410e782b598a",
|
||||
"css": "graduation-cap",
|
||||
"code": 59505,
|
||||
"src": "entypo"
|
||||
},
|
||||
{
|
||||
"uid": "fb3ee9c192c946342e0cdd12f06d7774",
|
||||
"css": "lightbulb",
|
||||
"code": 59506,
|
||||
"src": "linecons"
|
||||
},
|
||||
{
|
||||
"uid": "03e6e1bfe72275c6eaa0d0898fde6c1d",
|
||||
"css": "chatbubble-working",
|
||||
|
BIN
pillar/web/static/assets/font/pillar-font.woff
Normal file → Executable file
BIN
pillar/web/static/assets/font/pillar-font.woff
Normal file → Executable file
Binary file not shown.
BIN
pillar/web/static/assets/font/pillar-font.woff2
Normal file → Executable file
BIN
pillar/web/static/assets/font/pillar-font.woff2
Normal file → Executable file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
@font-face
|
||||
font-family: 'pillar-font'
|
||||
src: url('../font/pillar-font.woff2?85547657') format('woff2')
|
||||
src: url('../font/pillar-font.woff?85547657') format('woff')
|
||||
src: url('../font/pillar-font.woff2?75818322') format('woff2')
|
||||
src: url('../font/pillar-font.woff?75818322') format('woff')
|
||||
font-weight: normal
|
||||
font-style: normal
|
||||
|
||||
@ -597,6 +597,16 @@
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-graduation-cap:before
|
||||
content: '\e871'
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-lightbulb:before
|
||||
content: '\e872'
|
||||
|
||||
/* ''
|
||||
|
||||
.pi-pause:before
|
||||
content: '\f00e'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user