/*!
 * Font Awesome 4.3.0 subset — 仅保留 site-vizta.xyz 用到的 7 个图标
 * home(F015) camera(F030) desktop(F108) compass(F14E) sun-o(F185) moon-o(F186) cubes(F1B3)
 * 字体文件: ../fonts/fontawesome-subset.woff (~2KB)
 * 重新生成: pyftsubset fontawesome-webfont.ttf --flavor=woff \
 *   --unicodes=U+F015,U+F030,U+F108,U+F14E,U+F185,U+F186,U+F1B3
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-subset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-home:before    { content: "\f015"; }
.fa-camera:before  { content: "\f030"; }
.fa-desktop:before { content: "\f108"; }
.fa-compass:before { content: "\f14e"; }
.fa-sun-o:before   { content: "\f185"; }
.fa-moon-o:before  { content: "\f186"; }
.fa-cubes:before   { content: "\f1b3"; }
