File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pip install ridge_map
2121Or live on the edge and install from github with
2222
2323``` bash
24- ! pip install git+https://github.com/colcarroll/ridge_map.git
24+ pip install git+https://github.com/colcarroll/ridge_map.git
2525```
2626
2727Want to help?
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class FontManager:
2929
3030 def __init__ (
3131 self ,
32- github_url = "https://github.com/NDISCOVER/Cinzel/blob/master/fonts/ttf /Cinzel-Regular .ttf?raw=True " , # pylint: disable=line-too-long
32+ github_url = "https://github.com/google/fonts/raw/main/ofl/cinzel /Cinzel%5Bwght%5D .ttf" , # pylint: disable=line-too-long
3333 ):
3434 """
3535 Lazily download a font.
@@ -38,7 +38,7 @@ def __init__(
3838 ----------
3939 github_url : str
4040 Can really be any .ttf file, but probably looks like
41- "https://github.com/google/fonts/blob/5c3d8ef085f3084db38936d0dcd39a567dbc1e01 /ofl/cinzel/static/ Cinzel-Regular .ttf?raw=True " # pylint: disable=line-too-long
41+ "https://github.com/google/fonts/raw/main /ofl/cinzel/Cinzel%5Bwght%5D .ttf" # pylint: disable=line-too-long
4242 """
4343 self .github_url = github_url
4444 self ._prop = None
You can’t perform that action at this time.
0 commit comments