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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scss/components/_alert.scss2
-rwxr-xr-xsrc/scss/components/_archive.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scss/components/_alert.scss b/src/scss/components/_alert.scss
index 298f771..b7fb020 100755
--- a/src/scss/components/_alert.scss
+++ b/src/scss/components/_alert.scss
@@ -21,7 +21,7 @@
position: absolute;
top: 10px;
left: 15px;
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
font-size: 2.5rem;
}
}
diff --git a/src/scss/components/_archive.scss b/src/scss/components/_archive.scss
index 02183b8..91ff6a2 100755
--- a/src/scss/components/_archive.scss
+++ b/src/scss/components/_archive.scss
@@ -27,7 +27,7 @@
}
// Change style of the list by adding font-awesome icon
&::before {
- font-family: 'FontAwesome';
+ font-family: 'Font Awesome 5 Free';
content: '\f0da';
font-size: map-get($font-size, small);
}