Prezi 中文輸入解決方式終極篇
Prezi 簡報以心智圖 MindMap 方式來呈現,突破傳統 PowerPoint、Keynote…等一頁一頁的簡報方式,常常讓人有耳目一新的感覺! 但是 Prezi 雲端簡報的使用者,應該都會遇到以下這兩個問題: 預設可套用的 Prezi templates 範本,都不是使用中文 Theme 佈景,因此,無法正常輸入中文字! 即使套用中文或日文 Theme 佈景後,原本範本的背景顏色、背景圖、字體顏色…等等,都會一併受影響,得自行重新調整回來! 以上這兩個關於中文輸入的問題,是否有比較方便的解決方式呢?答案是, YES !透過 Prezi 內建的網頁 CSS 樣式編輯即可解決!完全不用輸入任何 CSS 語法,只要複製、貼上就可以,真的,就是這麼簡單喔! ※中文語系字體:(細明體) @f ont-face { src: url('DFScreenMing-A.keg'); font-class: body; fontFamily: body; font-style: normal; font-weight: normal; } @font-face { src: url('DFScreenMing-A.keg'); font-class: head; fontFamily: head; font-style: normal; font-weight: normal; } @font-face { src: url('DFScreenMing-A.keg'); font-class: strong; fontFamily: strong; font-style: normal; font-weight: normal; } ※日文語系字體:(黑體) @font-face { src: url('migmix-2p-regular.keg'); font-class: body; fontFamily: body; font-style: normal; font-weight: normal; } @font-face { src: url('migmix-2p-bold.keg')...