We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8d89d commit 55235ecCopy full SHA for 55235ec
icon_font_to_png/icon_font_downloader.py
@@ -102,10 +102,10 @@ class OcticonsDownloader(IconFontDownloader):
102
Project page:
103
https://octicons.github.com/
104
"""
105
- css_url = ('https://raw.githubusercontent.com/github/'
106
- 'octicons/master/octicons/octicons.css')
107
- ttf_url = ('https://raw.githubusercontent.com/github/'
108
- 'octicons/master/octicons/octicons.ttf')
+ css_url = ('https://raw.githubusercontent.com/primer/'
+ 'octicons/master/build/font/octicons.css')
+ ttf_url = ('https://raw.githubusercontent.com/primer/'
+ 'octicons/master/build/font/octicons.ttf')
109
110
def get_latest_version_number(self):
111
return self._get_latest_tag_from_github(
0 commit comments