From 1b935db7ea27b51e3b06bea4f7b7165e71db6bf0 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 17 Feb 2022 15:57:17 +0400 Subject: [PATCH] better font stack --- src/App.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.css b/src/App.css index c4a8dca..5940c71 100644 --- a/src/App.css +++ b/src/App.css @@ -6,6 +6,11 @@ * */ +* { + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, + Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; +} + .table-of-contents { padding-top: 1rem; position: sticky !important;