Skip to content

Commit

Permalink
Add FontAwesome assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jan 15, 2025
1 parent d78f2b8 commit 9790db0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/source/_static/css/pv-icons.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

@font-face {
font-family: FontAwesome;
src: url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
src: url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");
font-weight: 400;
font-style:normal
}

.code-block-caption>.headerlink, dl dt>.headerlink, h1>.headerlink, h2>.headerlink, h3>.headerlink, h4>.headerlink, h5>.headerlink, h6>.headerlink, p.caption>.headerlink, table>caption>.headerlink {
font-family: FontAwesome;
font-size: 0.75em;
Expand Down
6 changes: 6 additions & 0 deletions docs/source/_static/css/v4-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/source/_static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file added docs/source/_static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file added docs/source/_static/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@


def setup(app):
app.add_css_file("css/v4-font-face.min.css")
app.add_css_file("css/pv-icons.css")


Expand Down

0 comments on commit 9790db0

Please sign in to comment.