Skip to content

Instantly share code, notes, and snippets.

@dolpen
Created March 6, 2011 02:35
Show Gist options
  • Save dolpen/856971 to your computer and use it in GitHub Desktop.
Save dolpen/856971 to your computer and use it in GitHub Desktop.
フォントをインストールしてから使ってください
// ==UserScript==
// @name Madoka World
// @namespace http://www.dolpen.net/
// @description 全世界イヌカレー空間
// @include http://*
// @include https://*
// @require http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
// ==/UserScript==
//font:http://tinyurl.com/MadokaRunesFont
(function(){
$('*').css('font-family','MadokaRunes');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment