5 lines
392 B
CSS
5 lines
392 B
CSS
.main-menu [data-icon=web]::before{content : "\f0ac"; font-family : "FA6FS";}
|
|
.main-menu [data-icon=git]::before{content : "\f841"; font-family : "FA6FB";}
|
|
.main-menu [data-icon=home]::before{content : "\f015"; font-family : "FA6FS";}
|
|
.main-menu [data-icon=game]::before{content : "\f11b"; font-family : "FA6FS";}
|
|
.main-menu [data-icon=blog]::before{content : "\f27a"; font-family : "FA6FR";} |