Add font support, start support for genres.
This commit is contained in:
parent
5fe1a21b8e
commit
9a3d58fc83
2142 changed files with 373269 additions and 29 deletions
14
fontawesome-free-6.5.2-web/less/_screen-reader.less
Normal file
14
fontawesome-free-6.5.2-web/less/_screen-reader.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
// screen-reader utilities
|
||||
// -------------------------
|
||||
|
||||
// only display content to screen readers
|
||||
.sr-only,
|
||||
.@{fa-css-prefix}-sr-only {
|
||||
.fa-sr-only();
|
||||
}
|
||||
|
||||
// use in conjunction with .sr-only to only display content when it's focused
|
||||
.sr-only-focusable,
|
||||
.@{fa-css-prefix}-sr-only-focusable {
|
||||
.fa-sr-only-focusable();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue