mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
22 lines
456 B
CSS
22 lines
456 B
CSS
@font-face {
|
|
font-family: 'FontAwesome';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
|
|
}
|
|
.fa {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
}
|
|
body {
|
|
font: 14px/1.3 sans-serif;
|
|
}
|
|
.hiddenFileInput {
|
|
height: 0;
|
|
visibility: hidden;
|
|
width: 0;
|
|
}
|