jQuery plugin for using FontAwesome icons as custom CSS cursors
Made the change to support FA 6.5.1 // Expose the defaults so that users can override them if they want to // change line 261, changing 'fa' to 'fa-regular' for compatibility with font awesome 6.5.1 (february 21st, 2024 $.fn.awesomeCursor.defaults = { color: '#000000', size: 18, hotspot: [0, 0], flip: '', rotate: 0, outline: null, font: { family: 'FontAwesome', **cssClass: 'fa-regular fa-%s'** // change here ! } };
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by F-CJPJ and has received 0 comments.