diff --git a/build/_includes/icons/brand.html b/build/_includes/icons/brand.html index 37026d391..44012d4ec 100644 --- a/build/_includes/icons/brand.html +++ b/build/_includes/icons/brand.html @@ -4,21 +4,23 @@
diff --git a/build/assets/font-awesome/css/font-awesome.css b/build/assets/font-awesome/css/font-awesome.css index ffc37bfa2..c4be29842 100644 --- a/build/assets/font-awesome/css/font-awesome.css +++ b/build/assets/font-awesome/css/font-awesome.css @@ -1208,11 +1208,17 @@ ul.icons-ul > li .icon-li { content: "\f137"; } .icon-chevron-sign-right:before { - content: "\f137"; + content: "\f138"; } .icon-chevron-sign-up:before { - content: "\f137"; + content: "\f139"; } .icon-chevron-sign-down:before { - content: "\f137"; + content: "\f13a"; +} +.icon-html5:before { + content: "\f13b"; +} +.icon-css3:before { + content: "\f13c"; } diff --git a/build/assets/font-awesome/font/FontAwesome.otf b/build/assets/font-awesome/font/FontAwesome.otf index 5218bc8ca..4cfbe6d2d 100644 Binary files a/build/assets/font-awesome/font/FontAwesome.otf and b/build/assets/font-awesome/font/FontAwesome.otf differ diff --git a/build/assets/font-awesome/less/icons.less b/build/assets/font-awesome/less/icons.less index 871a12e94..750c2380a 100644 --- a/build/assets/font-awesome/less/icons.less +++ b/build/assets/font-awesome/less/icons.less @@ -305,6 +305,8 @@ .icon-rocket:before { content: "\f135"; } .icon-maxcdn:before { content: "\f136"; } .icon-chevron-sign-left:before { content: "\f137"; } -.icon-chevron-sign-right:before { content: "\f137"; } -.icon-chevron-sign-up:before { content: "\f137"; } -.icon-chevron-sign-down:before { content: "\f137"; } +.icon-chevron-sign-right:before { content: "\f138"; } +.icon-chevron-sign-up:before { content: "\f139"; } +.icon-chevron-sign-down:before { content: "\f13a"; } +.icon-html5:before { content: "\f13b"; } +.icon-css3:before { content: "\f13c"; } diff --git a/build/icons.yml b/build/icons.yml index c13aeb0cd..cd16f0019 100755 --- a/build/icons.yml +++ b/build/icons.yml @@ -2019,3 +2019,17 @@ icons: created: 3.1.0 categories: - Directional Icons + + - name: HTML 5 Logo + id: html5 + unicode: f13b + created: 3.1.0 + categories: + - Brand Icons + + - name: CSS 3 Logo + id: css3 + unicode: f13c + created: 3.1.0 + categories: + - Brand Icons