mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Disable AnonymousPro, it sucks
This commit is contained in:
parent
59860760c7
commit
4d9ca6c6fb
2 changed files with 4 additions and 2 deletions
|
@ -209,7 +209,7 @@
|
|||
//editor.setTheme("ace/theme/twilight");
|
||||
editor.session.setMode("ace/mode/perl");
|
||||
|
||||
editor.setOptions({fontFamily: ['AnonymousPro', 'monospace', 'mono']});
|
||||
// editor.setOptions({fontFamily: ['AnonymousPro', 'monospace', 'mono']});
|
||||
|
||||
|
||||
function setup_columns() {
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
position: relative !important;
|
||||
width: 100%;
|
||||
font-variant-ligatures: none;
|
||||
/*font-family: "AnonymousPro";*/
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
html, body, #content {
|
||||
|
@ -94,7 +96,7 @@
|
|||
use_editor();
|
||||
$("#raw_editor").on("change", use_editor);
|
||||
editor.setReadOnly(true);
|
||||
editor.setOptions({maxLines: Infinity, fontFamily: ['AnonymousPro', 'monospace', 'mono']});
|
||||
editor.setOptions({maxLines: Infinity});
|
||||
/*function resizeAce() {
|
||||
var h = window.innerHeight;
|
||||
var ch = h - 400;
|
||||
|
|
Loading…
Add table
Reference in a new issue