The new Colorado accessibility law, HB21-1110, affects university websites and went into effect July 1, 2024. This means that university website owners/content managers must ensure your website content meets the minimum web accessibility standards.
Learn how to meet accessibility standards
Those who would like to use icons on a page, can also do
so by embedding HTML code directly from Font Awesome into a content block using the steps below:
For advanced users, you can also embed the SVG markup, instead of the HTML code. Follow the steps above, but copy the SVG markup from Font Awesome (beginning with "<svg xmlns=") instead of the HTML code. Keep in mind that you will need to set a height attribute once you've pasted the SVG markup into the content block.
For example, the height attribute might look like the following: data-fa-i2svg height="2em"