From 7d6f2b1d71a68db139a45c640414af6eccc3c23e Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Mon, 7 Nov 2016 11:30:33 +0800 Subject: [PATCH] Change font for authors in news page and fix a typo Signed-off-by: Harry Chen --- _posts/news/2016-11-06-tensorflow-and-others.md | 2 +- static/css/style.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_posts/news/2016-11-06-tensorflow-and-others.md b/_posts/news/2016-11-06-tensorflow-and-others.md index 6fa98b9..865e866 100644 --- a/_posts/news/2016-11-06-tensorflow-and-others.md +++ b/_posts/news/2016-11-06-tensorflow-and-others.md @@ -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 虚拟机 diff --git a/static/css/style.scss b/static/css/style.scss index c42edd2..217e255 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -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 */