diff options
author | Luke Granger-Brown <hg@lukegb.com> | 2020-07-11T00·48+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2020-07-11T00·57+0000 |
commit | b65575fc31fd9326db7989eb8a9b15439dd8866e (patch) | |
tree | 149984954f43391c238e6b30e4cce83982f1b417 /third_party/gerrit/0002-Syntax-highlight-nix.patch | |
parent | 9eb248e0c5f75eef5da2d80363462337aba99f44 (diff) |
fix(gerrit): Load fonts from Google Fonts instead. r/1252
This also incidentally includes a fix for _not_ loading fonts from Google Fonts, but I don't really care about that. Change-Id: I6e00791d0ba06cb1e3c029e1b8617c33000d2ab1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1041 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/gerrit/0002-Syntax-highlight-nix.patch')
-rw-r--r-- | third_party/gerrit/0002-Syntax-highlight-nix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/gerrit/0002-Syntax-highlight-nix.patch b/third_party/gerrit/0002-Syntax-highlight-nix.patch index 41fa3145352c..9dd71fbcf59a 100644 --- a/third_party/gerrit/0002-Syntax-highlight-nix.patch +++ b/third_party/gerrit/0002-Syntax-highlight-nix.patch @@ -1,7 +1,7 @@ -From 1b869d045cbb557ed5475be1131282fa8e4afc76 Mon Sep 17 00:00:00 2001 +From 0da464ae9982b279fe3ca4c4ec6a361ae9fded24 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Thu, 2 Jul 2020 23:02:32 +0100 -Subject: [PATCH 2/4] Syntax highlight nix +Subject: [PATCH 2/6] Syntax highlight nix --- .../app/elements/diff/gr-syntax-layer/gr-syntax-layer.js | 1 + @@ -20,5 +20,5 @@ index f1e930f177..cc937cff67 100644 const ASYNC_DELAY = 10; -- -2.25.1 +2.27.0 |