diff --git a/_data/socialmedia.yml b/_data/socialmedia.yml index a26e8cb..c6d8237 100644 --- a/_data/socialmedia.yml +++ b/_data/socialmedia.yml @@ -37,3 +37,8 @@ url: http://www.mixcloud.com/phlow/ class: icon-cloud title: "Mixe, was sonst?" + +# - name: Xing +# url: https://www.xing.com/profile/Moritzmo_Sauer +# class: icon-xing +# title: Xing Profil diff --git a/_sass/_06_typography.scss b/_sass/_06_typography.scss index 7b2b9a6..25fbc38 100644 --- a/_sass/_06_typography.scss +++ b/_sass/_06_typography.scss @@ -405,6 +405,7 @@ mark { .icon-video:before, .icon-vimeo:before, .icon-warning:before, +.icon-xing:before, .icon-youtube:before { display: inline-block; font-family: "iconfont"; @@ -472,4 +473,5 @@ font-smoothing: antialiased; .icon-video:before { content: "\f12f"; } .icon-vimeo:before { content: "\f130"; } .icon-warning:before { content: "\f131"; } +.icon-xing:before { content: "\f135"; } .icon-youtube:before { content: "\f132"; } diff --git a/assets/fonts/.fontcustom-manifest.json b/assets/fonts/.fontcustom-manifest.json index dd958c1..dfb4588 100644 --- a/assets/fonts/.fontcustom-manifest.json +++ b/assets/fonts/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "7680fdcdd1d625cdc3b4efee04bcd50aecf11af21345941d72e5f635b1ba9bba", - "current": "7680fdcdd1d625cdc3b4efee04bcd50aecf11af21345941d72e5f635b1ba9bba" + "previous": "c5cdc0a58b7277d1f320a4ad50aa8ae2ad47fa6ed879c164db1cfb75439bd1d9", + "current": "c5cdc0a58b7277d1f320a4ad50aa8ae2ad47fa6ed879c164db1cfb75439bd1d9" }, "fonts": [ "./iconfont.ttf", @@ -218,6 +218,10 @@ "codepoint": 61745, "source": "svg-files-for-custom-font/warning.svg" }, + "xing": { + "codepoint": 61749, + "source": "svg-files-for-custom-font/xing.svg" + }, "youtube": { "codepoint": 61746, "source": "svg-files-for-custom-font/youtube.svg" diff --git a/assets/fonts/iconfont-preview.html b/assets/fonts/iconfont-preview.html index 444b0b5..188c22a 100644 --- a/assets/fonts/iconfont-preview.html +++ b/assets/fonts/iconfont-preview.html @@ -212,6 +212,7 @@ .icon-video:before, .icon-vimeo:before, .icon-warning:before, +.icon-xing:before, .icon-youtube:before { display: inline-block; font-family: "iconfont"; @@ -279,6 +280,7 @@ .icon-video:before { content: "\f12f"; } .icon-vimeo:before { content: "\f130"; } .icon-warning:before { content: "\f131"; } +.icon-xing:before { content: "\f135"; } .icon-youtube:before { content: "\f132"; } @@ -295,7 +297,7 @@