Skip to content

Commit 9659a5e

Browse files
committed
Conditional import Han style.
1 parent ae63fd1 commit 9659a5e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
.fa {
2-
font-family: FontAwesome!important;
3-
}
1+
i.fa { font-family: FontAwesome !important; }

source/css/_common/components/third-party/third-party.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import "gitment" if hexo-config('gitment.enable');
2-
@import "han";
2+
@import "han" if hexo-config('han');
33
@import "localsearch";
44
@import "busuanzi-counter";
55
@import "algolia-search" if hexo-config('algolia_search.enable');

0 commit comments

Comments
 (0)