Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMyGiHu <74786828+MyGiHu@users.noreply.github.com>2021-02-17 04:25:57 +0300
committerGitHub <noreply@github.com>2021-02-17 04:25:57 +0300
commit31f1499934bf8f34ec678c3d10f13a24c2b8d5c6 (patch)
tree26f74fb0b642f81e8ad7f028812c32dbc3f8f671 /assets
parent7bebd01f426deed30f6eaeef582bc417ea70191c (diff)
Remove double import of Font Awesome (#286)
* fix-262 * Replacing Moment.js with native JavaScript * Update config.toml Adding the "auto" option of themeStyle to the comment. * Remains of Google+ removed * Fix for issue 260 * Fix for issue 283 * Remove double import of Font Awesome * Revert "Remove double import of Font Awesome" This reverts commit 913d0f34fe49593215efc1c56e199894a3aa0603. * Remove double import of Font Awesome
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_fonts.sass2
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/sass/_fonts.sass b/assets/sass/_fonts.sass
index 25d8b4d..df75f92 100644
--- a/assets/sass/_fonts.sass
+++ b/assets/sass/_fonts.sass
@@ -23,5 +23,3 @@ $nunito-font-path: "../fonts/NunitoSans/NunitoSans-Regular.ttf"
font-weight: normal
src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url(#{$nunito-font-path}) format("woff2")
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
-
-@import "fontawesome-import"