From 879230998a5f60801e44d24e0a20f97a74f16901 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 15 May 2018 13:13:43 +0800 Subject: [PATCH] css-bootstrap/font-awesome.css --- css-bootstrap/font-awesome.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-bootstrap/font-awesome.css b/css-bootstrap/font-awesome.css index 60507f2190..05aacde162 100644 --- a/css-bootstrap/font-awesome.css +++ b/css-bootstrap/font-awesome.css @@ -4,12 +4,12 @@ */ /* FONT PATH * -------------------------- */ -/*@font-face { - font-family: 'Font Awesome 5 Free'; +@font-face { + font-family: 'Font Awesome 5 Free 400'; font-style: normal; font-weight: 400; src: url("../fonts/fa-regular-400.eot"); - src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }*/ + src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); } @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; -- 2.39.2