Plurk 使用 Ubuntu Font

編輯→自訂佈景→您也可以透過 CSS 來自訂個人檔案風格

* {
font-family: 'Ubuntu', 'Lucida Sans Unicode', 'Lucida Sans Regular', Tahoma, Verdana, sans-serif;
}

/* Ubuntu Font Family http://font.ubuntu.com/web/ */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: normal;
src: local('Ubuntu'), local('Ubuntu-Regular'), url('http://themes.googleusercontent.com/font?kit=2Q-AW1e_taO6pHwMXcXW5w') format('truetype');
}

後來發現在 Windows 系統中瀏覽整個很奇怪,還是修改部份就好…囧

This entry was posted in CSS and tagged , , , , , , , , . Bookmark the permalink.

發表迴響

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / 變更 )

Twitter picture

You are commenting using your Twitter account. Log Out / 變更 )

Facebook照片

You are commenting using your Facebook account. Log Out / 變更 )

連結到 %s