We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate Font Awesome now we have custom icons lib.
Also, use lib icons instead of fontawesome for the following extensions:
https://fontawesome.com/v4/icon/external-link
sphinx-scylladb-theme/sphinx_scylladb_theme/extensions/topic_box.py
Line 87 in 566db08
https://fontawesome.com/v4/icon/check (similar one already in lib)
sphinx-scylladb-theme/sphinx_scylladb_theme/__init__.py
Line 78 in 566db08
The text was updated successfully, but these errors were encountered:
More icons to replace that are missing in the current icons lib:
a.reference.external:after { content: "\f08e"; }
a.reference.download:after { content: "\f019"; }
Sorry, something went wrong.
@kwiato Could you please update the font icons lib with the previous icons?
The icons are already there. :) Add @use "sass:map"; at the start of scss file and replace the code
@use "sass:map";
a.reference.external:after { content: map.get($icons, "newtab"); } a.reference.download:after { content: map.get($icons, "download"); }
Check: <i class="icon-check"></i>
<i class="icon-check"></i>
dgarcia360
Successfully merging a pull request may close this issue.
Motivation
Deprecate Font Awesome now we have custom icons lib.
Also, use lib icons instead of fontawesome for the following extensions:
https://fontawesome.com/v4/icon/external-link
sphinx-scylladb-theme/sphinx_scylladb_theme/extensions/topic_box.py
Line 87 in 566db08
https://fontawesome.com/v4/icon/check (similar one already in lib)
sphinx-scylladb-theme/sphinx_scylladb_theme/__init__.py
Line 78 in 566db08
The text was updated successfully, but these errors were encountered: