From 9ee3529b149707598e42fff367deddd91ff9f725 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 9 Jul 2019 12:23:58 +0100 Subject: [PATCH] Makes bitbucket use iosevka --- config/dotcss/bitbucket.org.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/dotcss/bitbucket.org.css diff --git a/config/dotcss/bitbucket.org.css b/config/dotcss/bitbucket.org.css new file mode 100644 index 00000000..e5e6ccb8 --- /dev/null +++ b/config/dotcss/bitbucket.org.css @@ -0,0 +1,3 @@ +.view-lines{ + font-family: Iosevka !important; +}