mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Include fontawesome-webfont.woff2 in pip package
fontawesome-webfont.woff2 was added in f22bfd2
, but it was never added to the white list for the pip package. Without the woff2 file, modern browsers are required to fall back to the older woff format which has a slightly larger file size.
This commit is contained in:
parent
82484eb5b5
commit
e1e317edb8
@ -8,3 +8,4 @@ recursive-include sphinx_rtd_theme *.js
|
||||
recursive-include sphinx_rtd_theme *.svg
|
||||
recursive-include sphinx_rtd_theme *.ttf
|
||||
recursive-include sphinx_rtd_theme *.woff
|
||||
recursive-include sphinx_rtd_theme *.woff2
|
||||
|
Loading…
Reference in New Issue
Block a user