From bf7f9aa8f27da525bc0a1e42a3b6e15c1f93b2f4 Mon Sep 17 00:00:00 2001 From: barnesjoseph Date: Wed, 20 Nov 2024 16:38:58 -0800 Subject: [PATCH] Adds Google Sans font --- docs/_static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index d801c2a41..36b54b843 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -1,4 +1,5 @@ @import url("theme.css"); +@import url('https://fonts.googleapis.com/css2?family=Google+Sans'); /* Base LP sidebar modifications */ body:has(.hero) .sidebar-toggle,