Can we add border around the fontawesome icon using css?
问题 I need to change the border width of the icon - fa-comment-o. Can we change the border-width size with css? 回答1: Yes you can. Use a text-shadow: .my-icon { text-shadow: 0 0 3px #000; } Or Also you can use webkit text stroke remember it only work with Chrome and Safari CSS-Tricks example -webkit-text-fill-color: white; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; 回答2: As of v5.0.6, Font Awesome uses svg s and path s to draw their icons. With a little help from the Inspect