diff --git a/static/css/style.css b/static/css/style.css index f3a3146..548b855 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -243,50 +243,6 @@ td,th { -moz-osx-font-smoothing: grayscale } -/*.icon-star:before { - content: '\e800' -} - -.icon-mail:before { - content: '\e801' -} - -.icon-globe:before { - content: '\e802' -} - -.icon-arrow-left:before { - content: '\e803' -} - -.icon-arrow-right:before { - content: '\e804' -} - -.icon-search:before { - content: '\e805' -} - -.icon-rss:before { - content: '\e807' -} - -.icon-twitter:before { - content: '\f099' -} - -.icon-facebook:before { - content: '\f09a' -} - -.icon-menu:before { - content: '\f0c9' -} - -.icon-linkedin:before { - content: '\f0e1' -} */ - .icon-star:before { content: '\e800'; } /* '' */ .icon-rss:before { content: '\e801'; } /* '' */ .icon-posts:before { content: '\e802'; } /* '' */ @@ -304,6 +260,7 @@ td,th { .icon-github:before { content: '\e80e'; } /* '' */ .icon-reddit:before { content: '\e80f'; } /* '' */ .icon-mail:before { content: '\e816'; } /* '' */ +.icon-instagram:before { content: '\f16d'; } /* '' */ @font-face { font-family: 'Libre Baskerville'; diff --git a/static/font/README.md b/static/font/README.md index 30773a6..239fd30 100644 --- a/static/font/README.md +++ b/static/font/README.md @@ -1,5 +1,7 @@ The icons are generated from https://fontello.com/ +Refer the [config.json](config.json) for the list of icons and their respective unicode. + star - Font Awesome, star-empty - e800 rss - Font Awesome, rss - e801 @@ -18,3 +20,4 @@ linkedin - Entypo, linkedin - e80d github - Zocial, github-circled - e80e reddit - Font Awesome, reddit-alien- e80f mail - Font Awesome, mail - e816 +instagram - Font Awesome, instagram - f16D diff --git a/static/font/config.json b/static/font/config.json index 8db2e79..73ba0ad 100644 --- a/static/font/config.json +++ b/static/font/config.json @@ -107,6 +107,12 @@ "css": "menu", "code": 59402, "src": "fontawesome" + }, + { + "uid": "4c1ef492f1d2c39a2250ae457cee2a6e", + "css": "instagram", + "code": 61805, + "src": "fontawesome" } ] -} +} \ No newline at end of file diff --git a/static/font/icon.eot b/static/font/icon.eot index b60e742..7501716 100644 Binary files a/static/font/icon.eot and b/static/font/icon.eot differ diff --git a/static/font/icon.svg b/static/font/icon.svg index 85e8a2a..2abd184 100644 --- a/static/font/icon.svg +++ b/static/font/icon.svg @@ -1,10 +1,10 @@ diff --git a/static/font/icon.ttf b/static/font/icon.ttf index f5de56c..91f20d4 100644 Binary files a/static/font/icon.ttf and b/static/font/icon.ttf differ diff --git a/static/font/icon.woff b/static/font/icon.woff index ca79e8b..7a7e979 100644 Binary files a/static/font/icon.woff and b/static/font/icon.woff differ diff --git a/static/font/icon.woff2 b/static/font/icon.woff2 index d0dd893..0c4c492 100644 Binary files a/static/font/icon.woff2 and b/static/font/icon.woff2 differ diff --git a/templates/article.html b/templates/article.html index 2a64759..d76e5ae 100644 --- a/templates/article.html +++ b/templates/article.html @@ -211,6 +211,9 @@