1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-30 06:37:10 +02:00
uBlock/src/css/common.css
2015-04-15 14:04:53 -04:00

23 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;
}