Change font for authors in news page and fix a typo

Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
Harry Chen 2016-11-07 11:30:33 +08:00
parent 4c19b4804d
commit 7d6f2b1d71
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ author: Xavier Yao & Harry Chen
TUNA 镜像站新增一系列镜像。
- tensorflow: Google 开发的、采用数据流图data flow graphs、用于数值计算的开源软件库被广泛应用于深度学习等领域。使用方法见 [TensorFlow 镜像使用帮助](/help/tensorflow/)。
- arch4edu: 用于 ArchLnux 的一系列科研、教学所需工具
- arch4edu: 用于 ArchLinux 的一系列科研、教学所需工具
- ros: 用于开发机器人的工具包
- elvish: TUNA 前会长 [xiaq](https://github.com/xiaq) 开发的革命性 Shell ,详见 [这里](https://elvish.io/)
- HHVM: 由 Facebook 开发的高性能 PHP 虚拟机

View File

@ -125,6 +125,9 @@ $font_local: 'Heiti SC', 'Hiragino Sans GB', 'STHeiti', 'Source Han Sans CN', 'W
color: $color_grey;
}
}
.fa-user {
font-family: #{$font_default}, 'FontAwesome';
}
}
/* Footer */