From 31f1499934bf8f34ec678c3d10f13a24c2b8d5c6 Mon Sep 17 00:00:00 2001 From: MyGiHu <74786828+MyGiHu@users.noreply.github.com> Date: Wed, 17 Feb 2021 02:25:57 +0100 Subject: 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 --- assets/sass/_fonts.sass | 2 -- 1 file changed, 2 deletions(-) (limited to 'assets') 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" -- cgit v1.2.3