Last active
August 23, 2019 10:07
-
-
Save cmplstofB/bccd74e19883bfe4c405c24671911bc2 to your computer and use it in GitHub Desktop.
Firefoxの設定 (>=<67)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
:root { | |
--base_font_size: 14px; | |
} | |
.vimvixen-hint { | |
background: InfoBackground !important; | |
border-radius: 0.5ex !important; | |
border: 1px solid InfoText !important; | |
color: InfoText !important; | |
font: bold 0.8em/1.1em sans-serif !important; | |
padding: 0.2ex !important; | |
} | |
[background] { | |
background: none !important; | |
} | |
body.serif, body.serif * , | |
.entry-content, .entry-content * { | |
font-family: serif !important; | |
} | |
code { | |
font-family: "更紗等幅ゴシック J", monospace !important; | |
} | |
@-moz-document url-prefix("about:prefrences"), url-prefix("about:addons"), url-prefix("about:profiles"), | |
url-prefix("about:blank"), url-prefix("about:newtab"), | |
url-prefix("jar:file:"), | |
url-prefix("chrome:") { | |
:root { | |
--card-outline-color: #A9CAF1 !important; | |
} | |
window, window *, | |
page, page *, | |
html, html * { | |
/*.outer-wrapper {*/ | |
background: #383C4A !important; | |
color: #D3DAE3 !important; | |
/* | |
* background: Window !important; | |
* color: WindowText !important; | |
* background: -moz-default-background-color !important; | |
* color: -moz-default-color !important; | |
*/ | |
} | |
textbox, textbox * { | |
background: #404552 !important; | |
} | |
.card, | |
.card-contents, | |
.addon-card-collapsed { | |
background: #3C4150 !important; | |
} | |
/* | |
* .logo { | |
* background: url("chrome://branding/content/icon128.png") | |
* no-repeat center center !important; | |
* background-width: 64px !important; | |
* height: 64px !important; width: 64px !important; | |
* } | |
*/ | |
button, button * { | |
background: #3C4150 !important; | |
} | |
button.accessory-button { | |
border: 1px solid #2B2E39 !important; | |
} | |
button.search-button { | |
background: url("chrome://browser/skin/search-glass.svg") | |
no-repeat center center !important; | |
} | |
treechildren::-moz-tree-cell-text { | |
color: #D3DAE3 !important; | |
} | |
} | |
@-moz-document domain("addons.mozilla.org") { | |
body, body * { | |
color: #D3DAE3 !important; | |
} | |
a { | |
color: #A9CAF1 !important; | |
} | |
a:visited { | |
color: #5294E2 !important; | |
} | |
.App-content-wrapper { | |
background: #383C4A !important; | |
color: #D3DAE3 !important; | |
} | |
.AddonsCard-list, | |
.SearchResult, | |
.MetadataCard, | |
.Card-header, | |
.Card-footer, | |
.Card-contents { | |
background: #3C4150 !important; | |
} | |
.AddonsCard--horizontal, | |
ul.AddonsCard-list, | |
.SearchResult-wrapper:focus, | |
.AddonsCard--horizontal, | |
ul.AddonsCard-list, | |
.SearchResult-wrapper:hover { | |
background: #5294E2 !important; | |
} | |
input { | |
background: #404552 !important; | |
} | |
} | |
@-moz-document url-prefix("view-source:") { | |
:root { | |
--campbell-black: rgb(12, 12, 12); /* 黒 */ | |
--campbell-red: rgb(197, 15, 31); /* 赤 */ | |
--campbell-green: rgb(19, 161, 14); /* 緑 */ | |
--campbell-yellow: rgb(193, 156, 0); /* 黄 */ | |
--campbell-blue: rgb(59, 120, 255); /* 青 */ | |
--campbell-magenta: rgb(180, 0, 158); /* 紅 */ | |
--campbell-cyan: rgb(97, 214, 214); /* 藍 */ | |
--campbell-white: rgb(204, 204, 204); /* 白 */ | |
--campbell-blight_black: rgb(118, 118, 118); /* 黒 */ | |
--campbell-blight_red: rgb(231, 72, 86); /* 赤 */ | |
--campbell-blight_green: rgb(22, 198, 12); /* 緑 */ | |
--campbell-blight_yellow: rgb(249, 241, 165); /* 黄 */ | |
--campbell-blight_blue: rgb(59, 120, 255); /* 青 */ | |
--campbell-blight_magenta: rgb(180, 0, 158); /* 紅 */ | |
--campbell-blight_cyan: rgb(97, 214, 214); /* 藍 */ | |
--campbell-blight_white: rgb(242, 242, 242); /* 白 */ | |
} | |
html { | |
background: var(--campbell-black) !important; | |
color: var(--campbell-blight_white) !important; | |
} | |
[id^="line"]::before { | |
font-size: 0.8em !important; | |
color: var(--campbell-white) !important; | |
} | |
[id^="line"]::before:target { | |
font-weight: bold !important; | |
} | |
.start-tag, .end-tag { | |
color: var(--campbell-green) !important; | |
} | |
.comment { | |
color: var(--campbell-blight_black) !important; | |
} | |
.doctype, .cdata, .pi { | |
color: var(--campbell-cyan) !important; | |
} | |
.attribute-name { | |
color: var(--campbell-yellow) !important; | |
} | |
.attribute-value { | |
color: var(--campbell-blight_yellow) !important; | |
} | |
.entity { | |
color: var(--campbell-magenta) !important; | |
} | |
.error { | |
color: var(--campbell-blight_red) !important; | |
} | |
} | |
@-moz-document domain("dic.pixiv.net") { | |
#main { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("dic.nicovideo.jp") { | |
#article { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
.st-bbs_reshead, .st-bbs_reshead *, | |
.st-bbs_resbody, .st-bbs_resbody * { | |
font-size: var(--base_font_size) !important; | |
} | |
} | |
@-moz-document domain("qiita.com") { | |
body { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
/* | |
.p-items_wrapper , | |
.p-items_container , | |
.p-items_main , | |
.p-items_article { | |
margin: auto 0px !important; | |
padding: auto 0px !important; | |
} | |
*/ | |
blockquote, blockquote * { | |
font-size: inherit !important; | |
} | |
} | |
@-moz-document domain("kb.mozillazine.org") { | |
p, p *, | |
ul, ul *, ol, ol *, | |
td, td * { | |
font-size: var(--base_font_size) !important; | |
} | |
} | |
@-moz-document domain("novel18.syosetu.com") { | |
#novel_subtitle, | |
#novel_honbun { | |
font-family: serif !important; | |
} | |
} | |
@-moz-document domain("p9.nyx.link") { | |
body { | |
margin-left: 12vw !important; | |
margin-right: 12vw !important; | |
background: none !important; | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
code, code *, | |
pre, pre * { | |
font: 0.95em/1.6 monospace !important; | |
} | |
} | |
@-moz-document domain("kenji.postnix.us") { | |
pre, pre * { | |
font: 0.95em/1.6 monospace !important; | |
} | |
} | |
@-moz-document url-prefix("https://www.google.com/search") { | |
.st, .st * { | |
font-size: var(--base_font_size) !important; | |
} | |
} | |
@-moz-document url-prefix("http://pubs.opengroup.org/onlinepubs/") , | |
url-prefix("https://pubs.opengroup.org/onlinepubs/") , | |
domain("wiki.opengroup.org") , | |
url-prefix("http://www.opengroup.org/public/arch") { | |
body { | |
margin-left: 12vw !important; | |
margin-right: 12vw !important; | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
h2, h2 *, | |
h3, h3 *, | |
h4, h4 * { | |
font-family: serif !important; | |
} | |
ol, ol *, | |
ul, ul *, | |
p, p * { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
pre, pre *, | |
tt, tt * { | |
font: 0.95em/1.6 monospace !important; | |
} | |
} | |
@-moz-document domain("gihyo.jp") { | |
body { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
.readingContent01, .readingContent01 * { | |
font-size: calc(var(--base_font_size) * 1.0) !important; | |
} | |
} | |
@-moz-document domain("m-hiyama.hatenablog.com"), | |
domain("moji-memo.hatenablog.jp"), | |
domain("naruse.hateblo.jp") { | |
body { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
.entry-content, .entry-content * { | |
font-size: calc(var(--base_font_size) * 1.0) !important; | |
} | |
} | |
@-moz-document url-prefix("https://www.ibm.com/developerworks/") { | |
body { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
h1 { | |
font: bold 1.8em/1.3 serif !important; | |
} | |
h2 { | |
font: bold 1.5em/1.3 serif !important; | |
} | |
} | |
@-moz-document domain("shinpeim.github.io") { | |
main, main *, | |
p, p * { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
pre, pre * { | |
font-family: monospace !important; | |
} | |
h2 { | |
font-size: 1.4em !important; | |
} | |
h2, h3 { | |
font-weight: bold !important; | |
} | |
} | |
@-moz-document domain("kakuyomu.jp") { | |
.contentMain-header, .contentMain-header *, | |
.js-episode-body-container, .js-episode-body-container * { | |
font-family: serif !important; | |
} | |
} | |
@-moz-document domain("github.com") { | |
.highlight , | |
.blob-code-inner { | |
font-size: 1em !important; | |
font-family: monospace !important; | |
} | |
} | |
@-moz-document url-prefix("https://www.ipa.go.jp/security/rfc/") { | |
body { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
} | |
@-moz-document url-prefix("https://docs.oracle.com/javase") , | |
url-prefix("https://docs.oracle.com/cd") { | |
body { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
.pagePane { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
.TOCPane , .TOCPane * { | |
font: var(--base_font_size)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("lfsbookja.osdn.jp") { | |
body { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("eigogen.com") { | |
article { | |
border: solid !important; | |
} | |
} | |
@-moz-document domain("www49.atwiki.jp") { | |
#wikibody * { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
h1 , | |
h1 * { | |
font: bold 1.8em/1.3 serif !important; | |
} | |
h2 , | |
h2 * { | |
font: bold 1.5em/1.3 serif !important; | |
} | |
} | |
@-moz-document domain("wiki.archlinux.jp") , | |
domain("wiki.archlinux.org") { | |
#content { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("news.mynavi.jp") { | |
body { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("otomizu.work") { | |
.blockUI, | |
.blockMsg, | |
.blockPage, | |
.blockOverlay { | |
display: none !important; | |
} | |
} | |
@-moz-document domain("oreilly.com") { | |
#page , | |
#page p , | |
#page li { | |
font: calc(var(--base_font_size) * 1.2)/1.8 serif !important; | |
} | |
} | |
@-moz-document domain("wikipedia.org") { | |
.cm-s-default { | |
font: calc(var(--base_font_size) * 1.1)/1.6 monospace !important; | |
} | |
} | |
@-moz-document domain("github.com"), | |
domain("gist.github.com") { | |
.cm-s-github-light .CodeMirror-lines { | |
font: calc(var(--base_font_size) * 1.0)/1.6 monospace !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 利用者補助(文字読み上げなど)を無効に | |
// 参考: https://support.mozilla.org/ja/kb/accessibility-services | |
user_pref("services.sync.prefs.sync.accessibility.force_disabled", 1); | |
user_pref("accessibility.force_disabled", 1); | |
// 挙動 | |
// 使用順タブの循環 | |
user_pref("browser.ctrlTab.previews", true); | |
user_pref("services.sync.prefs.sync.browser.ctrlTab.previews", true); | |
// 色 | |
user_pref("services.sync.prefs.sync.browser.display.use_system_colors", true); | |
user_pref("browser.display.use_system_colors", true); | |
user_pref("browser.display.background_color", "#383C4A"); | |
user_pref("browser.display.foreground_color", "#D3DAE3"); | |
user_pref("browser.anchor_color", "#a9caf1"); | |
user_pref("browser.visited_color", "#5294e2"); | |
user_pref("services.sync.prefs.sync.browser.display.background_color", "#383C4A"); | |
user_pref("services.sync.prefs.sync.browser.display.foreground_color", "#D3DAE3"); | |
user_pref("services.sync.prefs.sync.browser.anchor_color", "#a9caf1"); | |
user_pref("services.sync.prefs.sync.browser.visited_color", "#5294e2"); | |
// 全画面表示の円滑移行を禁止 | |
user_pref("browser.fullscreen.autohide", false); | |
user_pref("services.sync.prefs.sync.browser.fullscreen.autohide", false); | |
// Firefoxホームコンテンツの設定 | |
// ウェブ検索のみ | |
user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.showTopSites", false); | |
user_pref("browser.newtabpage.activity-stream.showTopSites", false); | |
user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.section.highlights", false); | |
user_pref("services.sync.prefs.sync.browser.newtabpage.activity-stream.feeds.snippets", false); | |
user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false); | |
user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); | |
// ワンクリック検索エンジンを全て無効に | |
user_pref("services.sync.prefs.sync.browser.search.hiddenOneOffs", "Google,Yahoo! JAPAN,Bing,Amazon.co.jp,楽天市場,ヤフオク!,教えて!goo,Twitter,Wikipedia (ja),Debian packages,DuckDuckGo"); | |
user_pref("browser.search.hiddenOneOffs", "Google,Yahoo! JAPAN,Bing,Amazon.co.jp,楽天市場,ヤフオク!,教えて!goo,Twitter,Wikipedia (ja),Debian packages,DuckDuckGo"); | |
// ロケーションバー | |
// 「http://」表示 | |
user_pref("services.sync.prefs.sync.browser.urlbar.trimURLs", false); | |
user_pref("browser.urlbar.trimURLs", false); | |
// マウスによる文字列選択を通常のWebページ上での挙動と同じに | |
user_pref("services.sync.prefs.sync.browser.urlbar.doubleClickSelectsAll", false); | |
user_pref("browser.urlbar.doubleClickSelectsAll", false); | |
// 開発ツールの設定 | |
// 配色 | |
user_pref("services.sync.prefs.sync.devtools.theme", "dark"); | |
user_pref("devtools.theme", "dark"); | |
// 位置 | |
user_pref("services.sync.prefs.sync.devtools.toolbox.host", "side"); | |
user_pref("devtools.toolbox.host", "side"); | |
// インスペクター・コンソール・デバッガー・スタイルエディター・ネットワーク以外のツール及びiframe選択ボタンを隠蔽 | |
user_pref("services.sync.prefs.sync.devtools.accessibility.enabled", false); | |
user_pref("services.sync.prefs.sync.devtools.memory.enabled", false); | |
user_pref("services.sync.prefs.sync.devtools.performance.enabled", false); | |
user_pref("services.sync.prefs.sync.devtools.storage.enabled", false); | |
user_pref("services.sync.prefs.sync.devtools.webextensions.https-everywhere@eff.org.enabled", false); | |
user_pref("services.sync.prefs.sync.devtools.toolbox.tabsOrder", "inspector,webconsole,jsdebugger,styleeditor,netmonitor"); | |
user_pref("services.sync.prefs.sync.devtools.command-button-frames.enabled", false); | |
user_pref("devtools.accessibility.enabled", false); | |
user_pref("devtools.memory.enabled", false); | |
user_pref("devtools.performance.enabled", false); | |
user_pref("devtools.storage.enabled", false); | |
user_pref("[email protected]", false); | |
user_pref("devtools.toolbox.tabsOrder", "inspector,webconsole,jsdebugger,styleeditor,netmonitor"); | |
user_pref("devtools.command-button-frames.enabled", false); | |
// ブラウザーとアドオンのデバッガーを有効化 | |
user_pref("services.sync.prefs.sync.devtools.chrome.enabled", true); | |
user_pref("devtools.chrome.enabled", true); | |
// リモートデバッガーを有効化 | |
user_pref("services.sync.prefs.sync.devtools.debugger.remote-enabled", true); | |
user_pref("devtools.debugger.remote-enabled", true); | |
// ページ内検索ですべて強調表示を有効化 | |
user_pref("services.sync.prefs.sync.findbar.highlightAll", true); | |
user_pref("findbar.highlightAll", true); | |
// リーダービューの設定 | |
user_pref("services.sync.prefs.sync.reader.font_type", "serif"); | |
user_pref("services.sync.prefs.sync.reader.color_scheme", "dark"); | |
user_pref("services.sync.prefs.sync.reader.content_width", 7); | |
user_pref("services.sync.prefs.sync.reader.font_size", 3); | |
user_pref("reader.font_type", "serif"); | |
user_pref("reader.color_scheme", "dark"); | |
user_pref("reader.content_width", 7); | |
user_pref("reader.font_size", 3); | |
// ページのソースを表示するとき行を折り返す | |
user_pref("services.sync.prefs.sync.view_source.wrap_long_lines", true); | |
user_pref("view_source.wrap_long_lines", true); | |
// DRM制御のコンテンツを再生する | |
user_pref("services.sync.prefs.sync.media.eme.enabled", true); | |
user_pref("media.eme.enabled", true); | |
// フォント | |
user_pref("font.default.he", "serif"); | |
user_pref("font.default.ja", "serif"); | |
user_pref("font.default.ko", "serif"); | |
user_pref("font.default.th", "serif"); | |
user_pref("font.default.zh-CN", "serif"); | |
user_pref("font.default.zh-HK", "serif"); | |
user_pref("font.default.zh-TW", "serif"); | |
user_pref("font.language.group", "ja"); | |
user_pref("font.minimum-size.ar", 9); | |
user_pref("font.minimum-size.el", 9); | |
user_pref("font.minimum-size.he", 9); | |
user_pref("font.minimum-size.ja", 9); | |
user_pref("font.minimum-size.ko", 9); | |
user_pref("font.minimum-size.th", 9); | |
user_pref("font.minimum-size.x-armn", 9); | |
user_pref("font.minimum-size.x-beng", 9); | |
user_pref("font.minimum-size.x-cans", 9); | |
user_pref("font.minimum-size.x-cyrillic", 9); | |
user_pref("font.minimum-size.x-devanagari", 9); | |
user_pref("font.minimum-size.x-ethi", 9); | |
user_pref("font.minimum-size.x-geor", 9); | |
user_pref("font.minimum-size.x-gujr", 9); | |
user_pref("font.minimum-size.x-khmr", 9); | |
user_pref("font.minimum-size.x-knda", 9); | |
user_pref("font.minimum-size.x-math", 9); | |
user_pref("font.minimum-size.x-mlym", 9); | |
user_pref("font.minimum-size.x-orya", 9); | |
user_pref("font.minimum-size.x-sinh", 9); | |
user_pref("font.minimum-size.x-tamil", 9); | |
user_pref("font.minimum-size.x-telu", 9); | |
user_pref("font.minimum-size.x-tibt", 9); | |
user_pref("font.minimum-size.x-unicode", 9); | |
user_pref("font.minimum-size.x-western", 9); | |
user_pref("font.minimum-size.zh-CN", 9); | |
user_pref("font.minimum-size.zh-HK", 9); | |
user_pref("font.minimum-size.zh-TW", 9); | |
user_pref("font.name.monospace.ar", "Noto Sans Arabic"); | |
user_pref("font.name.monospace.el", "Noto Sans Mono"); | |
user_pref("font.name.monospace.he", "Noto Sans Hebrew"); | |
user_pref("font.name.monospace.ja", "Noto Sans Mono CJK JP"); | |
user_pref("font.name.monospace.ko", "Noto Sans Mono CJK KR"); | |
user_pref("font.name.monospace.th", "Noto Sans Thai"); | |
user_pref("font.name.monospace.x-armn", "Noto Sans Armenian"); | |
user_pref("font.name.monospace.x-beng", "Noto Sans Bengali"); | |
user_pref("font.name.monospace.x-cans", "Noto Sans Canadian Aboriginal"); | |
user_pref("font.name.monospace.x-cyrillic", "Noto Sans Mono"); | |
user_pref("font.name.monospace.x-devanagari", "Noto Sans Devanagari"); | |
user_pref("font.name.monospace.x-ethi", "Noto Sans Ethiopic"); | |
user_pref("font.name.monospace.x-geor", "Noto Sans Georgian"); | |
user_pref("font.name.monospace.x-gujr", "Noto Sans Gujarati"); | |
user_pref("font.name.monospace.x-guru", "Noto Sans Gurmukhi"); | |
user_pref("font.name.monospace.x-khmr", "Noto Sans Khmer"); | |
user_pref("font.name.monospace.x-knda", "Noto Sans Kannada"); | |
user_pref("font.name.monospace.x-math", "MathJax_Typewriter"); | |
user_pref("font.name.monospace.x-mlym", "Noto Sans Malayalam"); | |
user_pref("font.name.monospace.x-orya", "Noto Sans Oriya"); | |
user_pref("font.name.monospace.x-sinh", "Noto Sans Sinhala"); | |
user_pref("font.name.monospace.x-tamil", "Noto Sans Tamil"); | |
user_pref("font.name.monospace.x-telu", "Noto Sans Telugu"); | |
user_pref("font.name.monospace.x-tibt", "Noto Sans Tibetan"); | |
user_pref("font.name.monospace.x-unicode", "Noto Sans Mono"); | |
user_pref("font.name.monospace.x-western", "Noto Sans Mono"); | |
user_pref("font.name.monospace.zh-CN", "Noto Sans Mono CJK SC"); | |
user_pref("font.name.monospace.zh-HK", "Noto Sans Mono CJK TC"); | |
user_pref("font.name.monospace.zh-TW", "Noto Sans Mono CJK TC"); | |
user_pref("font.name.sans-serif.ar", "Noto Sans Arabic"); | |
user_pref("font.name.sans-serif.el", "Noto Sans"); | |
user_pref("font.name.sans-serif.he", "Noto Sans Hebrew"); | |
user_pref("font.name.sans-serif.ja", "Noto Sans CJK JP"); | |
user_pref("font.name.sans-serif.ko", "Noto Sans CJK KR"); | |
user_pref("font.name.sans-serif.th", "Noto Serif Thai"); | |
user_pref("font.name.sans-serif.x-armn", "Noto Sans Armenian"); | |
user_pref("font.name.sans-serif.x-beng", "Noto Sans Bengali"); | |
user_pref("font.name.sans-serif.x-cans", "Noto Sans Canadian Aboriginal"); | |
user_pref("font.name.sans-serif.x-cyrillic", "Noto Sans"); | |
user_pref("font.name.sans-serif.x-devanagari", "Noto Sans Devanagari"); | |
user_pref("font.name.sans-serif.x-ethi", "Noto Sans Ethiopic"); | |
user_pref("font.name.sans-serif.x-geor", "Noto Sans Georgian"); | |
user_pref("font.name.sans-serif.x-gujr", "Noto Sans Gujarati"); | |
user_pref("font.name.sans-serif.x-guru", "Noto Sans Gurmukhi"); | |
user_pref("font.name.sans-serif.x-khmr", "Noto Sans Khmer"); | |
user_pref("font.name.sans-serif.x-knda", "Noto Sans Kannada"); | |
user_pref("font.name.sans-serif.x-math", "MathJax_SansSerif"); | |
user_pref("font.name.sans-serif.x-mlym", "Noto Sans Malayalam"); | |
user_pref("font.name.sans-serif.x-orya", "Noto Sans Oriya"); | |
user_pref("font.name.sans-serif.x-sinh", "Noto Sans Sinhala"); | |
user_pref("font.name.sans-serif.x-tamil", "Noto Sans Tamil"); | |
user_pref("font.name.sans-serif.x-telu", "Noto Sans Telugu"); | |
user_pref("font.name.sans-serif.x-tibt", "Noto Sans Tibetan"); | |
user_pref("font.name.sans-serif.x-unicode", "Noto Sans"); | |
user_pref("font.name.sans-serif.x-western", "Noto Sans"); | |
user_pref("font.name.sans-serif.zh-CN", "Noto Sans CJK SC"); | |
user_pref("font.name.sans-serif.zh-HK", "Noto Sans CJK TC"); | |
user_pref("font.name.sans-serif.zh-TW", "Noto Sans CJK TC"); | |
user_pref("font.name.serif.ar", "Noto Naskh Arabic"); | |
user_pref("font.name.serif.el", "Noto Serif"); | |
user_pref("font.name.serif.he", "Noto Serif Hebrew"); | |
user_pref("font.name.serif.ja", "Noto Serif CJK JP"); | |
user_pref("font.name.serif.ko", "Noto Serif CJK KR"); | |
user_pref("font.name.serif.th", "Noto Sans Thai"); | |
user_pref("font.name.serif.x-armn", "Noto Serif Armenian"); | |
user_pref("font.name.serif.x-beng", "Noto Serif Bengali"); | |
user_pref("font.name.serif.x-cans", "Noto Serif"); | |
user_pref("font.name.serif.x-cyrillic", "Noto Serif"); | |
user_pref("font.name.serif.x-devanagari", "Noto Serif Devanagari"); | |
user_pref("font.name.serif.x-ethi", "Noto Serif Ethiopic"); | |
user_pref("font.name.serif.x-geor", "Noto Serif Georgian"); | |
user_pref("font.name.serif.x-gujr", "Noto Serif Gujarati"); | |
user_pref("font.name.serif.x-guru", "Noto Serif Gurmukhi"); | |
user_pref("font.name.serif.x-khmr", "Noto Serif Khmer"); | |
user_pref("font.name.serif.x-knda", "Noto Serif Kannada"); | |
user_pref("font.name.serif.x-math", "MathJax_Main"); | |
user_pref("font.name.serif.x-mlym", "Noto Serif Malayalam"); | |
user_pref("font.name.serif.x-orya", "Noto Serif Bengali"); | |
user_pref("font.name.serif.x-sinh", "Noto Serif Sinhala"); | |
user_pref("font.name.serif.x-tamil", "Noto Serif Tamil"); | |
user_pref("font.name.serif.x-telu", "Noto Serif Telugu"); | |
user_pref("font.name.serif.x-tibt", "Noto Serif Tibetan"); | |
user_pref("font.name.serif.x-unicode", "Noto Serif"); | |
user_pref("font.name.serif.x-western", "Noto Serif"); | |
user_pref("font.name.serif.zh-CN", "Noto Serif CJK SC"); | |
user_pref("font.name.serif.zh-HK", "Noto Serif CJK TC"); | |
user_pref("font.name.serif.zh-TW", "Noto Serif CJK TC"); | |
user_pref("font.size.fixed.ar", 14); | |
user_pref("font.size.fixed.el", 14); | |
user_pref("font.size.fixed.he", 14); | |
user_pref("font.size.fixed.th", 14); | |
user_pref("font.size.fixed.x-armn", 14); | |
user_pref("font.size.fixed.x-beng", 14); | |
user_pref("font.size.fixed.x-cans", 14); | |
user_pref("font.size.fixed.x-cyrillic", 14); | |
user_pref("font.size.fixed.x-devanagari", 14); | |
user_pref("font.size.fixed.x-ethi", 14); | |
user_pref("font.size.fixed.x-geor", 14); | |
user_pref("font.size.fixed.x-gujr", 14); | |
user_pref("font.size.fixed.x-khmr", 14); | |
user_pref("font.size.fixed.x-knda", 14); | |
user_pref("font.size.fixed.x-math", 14); | |
user_pref("font.size.fixed.x-mlym", 14); | |
user_pref("font.size.fixed.x-orya", 14); | |
user_pref("font.size.fixed.x-sinh", 14); | |
user_pref("font.size.fixed.x-tamil", 14); | |
user_pref("font.size.fixed.x-telu", 14); | |
user_pref("font.size.fixed.x-tibt", 14); | |
user_pref("font.size.fixed.x-unicode", 14); | |
user_pref("font.size.fixed.x-western", 14); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment