From 2fceca1a14902a8c1b11e80fd8b9b96aaafe0565 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 8 May 2018 18:34:50 +0800 Subject: [PATCH] less/roojs-bootstrap/checkbox.less --- less/roojs-bootstrap/checkbox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2