

We are going to use google colab like a Ubuntu terminal for the moment. Now, open a google colab file and start coding.

#Cordia new font google font zip#
Also, remember the download link of the zip file. The name of the font file that I am going to use is NotoSansCJKkr-Medium.otf. Then, download and check if this is the font that you are going to use. As I mentioned, I have used Noto Sans CJK KR for my Korean letters. In my case, I will use Noto Sans font provided by Google.įirst, search for the font that you are going to use. To start with, you wil have to obtain the source of the external font you are trying to use. Now let’s look at the procedure step by step. In the end, this chart will look like below (sorry for non-korean guys). When I tried using Korean without installation, the result looked like this. Using other languages in colab without installation I have made the example with one of the Korean fonts provided by Google ( Noto Sans CJK KR), but if you just change the url and the name of font, you could virtually use any font you want! 0. In this posting, I show you one of the easy way to solve this problem.
#Cordia new font google font install#
So, another way to install and use the external font should be employed to operate. Instead, you run Python program in the Ubuntu environment provided by the server. However, when using Google Colab, this is kind of tricky as you do not use local runtime environment most of the time.

You could just install font in your environment, and just let the visualization library (e.g., matplotlib) to know where the installed font in located. When you are using local IDEs like P圜harm or Jupyter Notebook, this is not a difficult issue. But, mostly when visualizing results, languages other than English are to be used for the sake of communication, and you would like to use non-default fonts in Python. In most cases, it is enough to use default font in Python programming, especially you are using English. Python Colab Colaboratory Using external fonts in Google colaboratory Using external fonts in Google Colaboratory (Google colab에서 한글 폰트 사용하기)
