From d60e8510aeaf721c72febceecab3341b0139d69c Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 13 Jun 2023 22:25:12 +0530 Subject: Add Fira Code font for table. Change business link url to latest. --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 6244f4d..17912f4 100644 --- a/styles.css +++ b/styles.css @@ -6,6 +6,10 @@ h1, h2, h3, h4, h5, h6 { font-family: "IBM Plex Sans Text", sans-serif; /* Replace with your desired font for headers */ } +table { + font-family: "Fira Code", monospace; +} + pre, code { font-family: "IBM Plex Mono", monospace; -- cgit v1.2.3