From 69f98672ad83288560c86ecef59e4a61c77cdfb5 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 27 Nov 2019 23:16:35 +0300 Subject: [PATCH] DOC: update fonts --- doc/stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/stylesheet.css b/doc/stylesheet.css index 8178ecf7..4d84058f 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -1,3 +1,14 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic'); + +body { + font-family: 'Roboto',Arial,sans-serif; +} + +body { + font-size: 18px; + font-weight: 300; +} + /* ../media/css/docs.css */ .navheader th { text-align: center; } /* anti-bootstrap */