Skip to content

Instantly share code, notes, and snippets.

@willismax
Created November 24, 2019 16:52
Show Gist options
  • Save willismax/94da2e88afbd49379325261354be9c80 to your computer and use it in GitHub Desktop.
Save willismax/94da2e88afbd49379325261354be9c80 to your computer and use it in GitHub Desktop.
#下載台北思源黑體移至指定路徑
#下載台北思源黑體並命名taipei_sans_tc_beta.ttf,移至Colab matplotlib字體路徑
!wget -O taipei_sans_tc_beta.ttf https://drive.google.com/uc?id=1eGAsTN1HBpJAkeVM57_C7ccp7hbgSz3_&export=download ; mv taipei_sans_tc_beta.ttf /usr/local/lib/python3.6/dist-packages/matplotlib/mpl-data/fonts/ttf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment