Chrome 組み込みのFlashPlayer の文字化け修正

ということで,確認してみました.

先ず以下のページからChrome の最新版を入手して導入.

初期状態でTED を再生してみると豆腐になっています.
恐らく欧文フォントが使われている感じです.

Screenshot_from_2012-09-02 01:07:07 🏛️

「chrome flash フォント 豆腐」って感じで検索して,以下のページを参考に

以下の設定をしてみました.(このファイルは存在していましたが中は空でした.)

$ cat ~/.config/google-chrome/Default/User\ StyleSheets/Custom.css
* {
font-family : "VL Pゴシック", sans-serif !important;
}

設定後Chrome を起動し直すと以下のようにちゃんと表示されるようになりました♪

Screenshot_from_2012-09-02 01:20:49 🏛️

環境

Ubuntu12.04 amd64

Google Chrome   21.0.1180.89 (Official Build 154005)
OS  Linux
WebKit  537.1 (@126646)
JavaScript  V8 3.11.10.20
Flash   11.3.31.232
ユーザー エージェント Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
コマンドライン  /opt/google/chrome/google-chrome --flag-switches-begin --flag-switches-end
実行可​​能なパス   /opt/google/chrome/google-chrome
プロフィール パス   /home/mk/.config/google-chrome/Default

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)