Chrome: Difference between revisions
iwu |
Supporting CJK and other foreign fonts for headless Chrome |
||
Line 3: | Line 3: | ||
<source lang="dos"> | <source lang="dos"> | ||
C:\>chrome.exe --app=https://facebook.com | C:\>chrome.exe --app=https://facebook.com | ||
</source> | |||
== Supporting CJK and other foreign fonts for headless Chrome == | |||
<source lang="bash"> | |||
$ sudo apt install fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont | |||
</source> | </source> |
Latest revision as of 22:27, 20 February 2018
Starting chrome as an independent application without tabs
C:\>chrome.exe --app=https://facebook.com
Supporting CJK and other foreign fonts for headless Chrome
$ sudo apt install fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont