How can I insert the Google Material Icon \"chevron icon right\" (https://design.google.com/icons/#ic_chevron_right) in the following CSS content property:
.
Try this.
.bullet li a:before { font-family: FontAwesome; content: "\f054"; }
You can refer here for content values