From 772932999c3a3b9aa1f7197efd50ee66452aa0e9 Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Tue, 15 May 2018 12:16:42 +0200 Subject: [PATCH] Fixes #10 --- icon_font_to_png/icon_font_downloader.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icon_font_to_png/icon_font_downloader.py b/icon_font_to_png/icon_font_downloader.py index 1d338e1..a4e088a 100644 --- a/icon_font_to_png/icon_font_downloader.py +++ b/icon_font_to_png/icon_font_downloader.py @@ -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):