From fcef8974356e404181706d7953be676b3717ce3d Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sun, 14 Jul 2019 22:18:22 -0700 Subject: [PATCH] Performance fix: hide all glyphs in cheat sheet initially --- _includes/css/nerd-font-tweaks.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/css/nerd-font-tweaks.css b/_includes/css/nerd-font-tweaks.css index 26ee4d173..3568b06dc 100644 --- a/_includes/css/nerd-font-tweaks.css +++ b/_includes/css/nerd-font-tweaks.css @@ -37,6 +37,7 @@ height: 120px; text-align: center; margin-bottom: 10px; + display: none; /* don't show any by default */ } #main .nerd-font-cheat-sheet .column .class-name {