less/roojs-bootstrap/checkbox.less
authorAlan Knowles <alan@roojs.com>
Tue, 8 May 2018 10:34:50 +0000 (18:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 8 May 2018 10:34:50 +0000 (18:34 +0800)
less/roojs-bootstrap/checkbox.less

index be3d188..d4a2847 100644 (file)
@@ -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; }