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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorkasramp <kasra_mp@yahoo.com>2019-10-27 12:04:53 +0300
committerkasramp <kasra_mp@yahoo.com>2019-10-27 12:04:53 +0300
commit722b85c7e212b0d381adf75e99840c2bd9114c36 (patch)
tree3b9df130ebc4061d97ffc339fb8a953a38ca0c95 /assets
parent6c37d4881c5322cce78e8100f14f020d5a387c71 (diff)
#259 Add Mastodon social media icon
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_iconfont.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_iconfont.scss b/assets/sass/_iconfont.scss
index d3859f7..b34078c 100644
--- a/assets/sass/_iconfont.scss
+++ b/assets/sass/_iconfont.scss
@@ -122,3 +122,7 @@
.icon-globe::before {
font-icon: url('../fonts/svg/globe.svg');
}
+
+.icon-mastodon::before {
+ font-icon: url('../fonts/svg/mastodon.svg');
+} \ No newline at end of file