aboutsummaryrefslogtreecommitdiffstats
path: root/css/common.css
blob: 502fdb2c659743a041324756823a57e39b9d27b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@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;
    }