Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adlago Posted January 20, 2023 Posted January 20, 2023 Why are the css rules below in the font.css file? .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
Donnie95 Posted January 20, 2023 Posted January 20, 2023 https://stackoverflow.com/questions/19758598/what-is-sr-only-in-bootstrap-3
Adlago Posted January 20, 2023 Author Posted January 20, 2023 9 minutes ago, Donnie95 said: https://stackoverflow.com/questions/19758598/what-is-sr-only-in-bootstrap-3 What does this have to do with fonts?
Solution Ryan Ashbrook Posted January 20, 2023 Solution Posted January 20, 2023 They are a part of the Font Awesome framework. https://github.com/FortAwesome/Font-Awesome/blob/4.x/css/font-awesome.css Adlago and SeNioR- 1 1
Recommended Posts