Skip to content

Commit

Permalink
Fixes Pythonity#10
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed May 15, 2018
1 parent 4851fe1 commit 7729329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icon_font_to_png/icon_font_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ class FontAwesomeDownloader(IconFontDownloader):
"""
css_url = (
'https://cdn.rawgit.com/FortAwesome/Font-Awesome/'
'master/css/font-awesome.css'
'v4.7.0/css/font-awesome.css'
)
ttf_url = (
'https://cdn.rawgit.com/FortAwesome/Font-Awesome/'
'master/fonts/fontawesome-webfont.ttf'
'v4.7.0/fonts/fontawesome-webfont.ttf'
)

def get_latest_version_number(self):
Expand Down

0 comments on commit 7729329

Please sign in to comment.