mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
15 lines
322 B
CSS
15 lines
322 B
CSS
|
@font-face {
|
||
|
font-family: 'FontAwesome';
|
||
|
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
.fa {
|
||
|
font-family: FontAwesome;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
line-height: 1;
|
||
|
vertical-align: baseline;
|
||
|
display: inline-block;
|
||
|
}
|