diff --git a/extern/ace b/extern/ace new file mode 160000 index 0000000..a44cfe6 --- /dev/null +++ b/extern/ace @@ -0,0 +1 @@ +Subproject commit a44cfe68431420bd0c5b96afbe10882962e00f82 diff --git a/extern/ace-builds b/extern/ace-builds index 8dcfcd6..784ffa8 160000 --- a/extern/ace-builds +++ b/extern/ace-builds @@ -1 +1 @@ -Subproject commit 8dcfcd6d0d6e0167f2282fa51308facc6f4fc46c +Subproject commit 784ffa862c5351e0d300370f61471b1eb95ebcf1 diff --git a/pastes.db b/pastes.db index e8cb4bb..a9615cf 100644 Binary files a/pastes.db and b/pastes.db differ diff --git a/static/fonts/AnonymousPro-Bold.woff2 b/static/fonts/AnonymousPro-Bold.woff2 new file mode 100644 index 0000000..4a1375d Binary files /dev/null and b/static/fonts/AnonymousPro-Bold.woff2 differ diff --git a/static/fonts/AnonymousPro-BoldItalic.woff2 b/static/fonts/AnonymousPro-BoldItalic.woff2 new file mode 100644 index 0000000..eab5c45 Binary files /dev/null and b/static/fonts/AnonymousPro-BoldItalic.woff2 differ diff --git a/static/fonts/AnonymousPro-Italic.woff2 b/static/fonts/AnonymousPro-Italic.woff2 new file mode 100644 index 0000000..73bc7d5 Binary files /dev/null and b/static/fonts/AnonymousPro-Italic.woff2 differ diff --git a/static/fonts/AnonymousPro-Regular.woff2 b/static/fonts/AnonymousPro-Regular.woff2 new file mode 100644 index 0000000..6b20e48 Binary files /dev/null and b/static/fonts/AnonymousPro-Regular.woff2 differ diff --git a/templates/editor.html b/templates/editor.html index 3d707e0..2146dd7 100755 --- a/templates/editor.html +++ b/templates/editor.html @@ -6,6 +6,7 @@ width: 100%; height: 500px; display: none; + font-variant-ligatures: none; } #paste { @@ -16,8 +17,8 @@ width: 100%; } @font-face { - font-family: "FiraCode"; - src: url("/static/fonts/FiraCode-Regular.woff2") format('woff2'); + font-family: "AnonymousPro"; + src: url("/static/fonts/AnonymousPro-Regular.woff2") format('woff2'); }