Twitterのテキストを美咲フォントにする
@@ -13,7 +13,8 @@
families: ['MisakiGothic_Outline'],urls: [ 'http://lab.slackl.info/font/MisakiGothic_Outline.css']
},
active: function() {
- $('*').css({
+ alert("active");
+ $('.entry-content').css({
'font-family' : 'MisakiGothic_Outline',
'font-size' : '8px'
});
/*
* @title Twitterのテキストを美咲フォントにする
* @description TwitterのフォントをGoogle Font APIを使って変更します。
* @include http://twitter.com/
* @license MIT License
* @require jQuery
* @require http://www.google.com/jsapi
* @require http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js
* @private
*/
WebFont.load({
custom: {
families: ['MisakiGothic_Outline'],urls: [ 'http://lab.slackl.info/font/MisakiGothic_Outline.css']
},
active: function() {
alert("active");
$('.entry-content').css({
'font-family' : 'MisakiGothic_Outline',
'font-size' : '8px'
});
}
});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。