From: Alan Knowles Date: Tue, 8 May 2018 10:34:50 +0000 (+0800) Subject: less/roojs-bootstrap/checkbox.less X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=2fceca1a14902a8c1b11e80fd8b9b96aaafe0565 less/roojs-bootstrap/checkbox.less --- diff --git a/less/roojs-bootstrap/checkbox.less b/less/roojs-bootstrap/checkbox.less index be3d18836f..d4a2847d49 100644 --- a/less/roojs-bootstrap/checkbox.less +++ b/less/roojs-bootstrap/checkbox.less @@ -43,7 +43,7 @@ .checkbox input[type="checkbox"] { display: none; } .checkbox input[type="checkbox"]:checked + label::after { - font-family: 'FontAwesome'; + font-family: 'Font Awesome 5 Free'; content: "\f00c"; } .checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }