mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Fix for issues 260 and 283 (#285)
* 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
This commit is contained in:
parent
a3622efe77
commit
7bebd01f42
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$nunito-font-path: '{{ with resources.Get "fonts/NunitoSans/NunitoSans-Regular.ttf" }}{{.Permalink}}{{ end }}'
|
||||
$nunito-font-path: "../fonts/NunitoSans/NunitoSans-Regular.ttf"
|
||||
|
||||
/* vietnamese */
|
||||
@font-face
|
||||
|
|
2
assets/vendor/fontawesome-free/scss/_variables.scss
generated
vendored
2
assets/vendor/fontawesome-free/scss/_variables.scss
generated
vendored
|
@ -1,7 +1,7 @@
|
|||
// Variables
|
||||
// --------------------------
|
||||
|
||||
$fa-font-path: "/fonts/fontawesome-free/webfonts" !default;
|
||||
$fa-font-path: "../fonts/fontawesome-free/webfonts" !default;
|
||||
$fa-font-size-base: 16px !default;
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "5.2.0" !default;
|
||||
|
|
Loading…
Reference in a new issue