1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

DOC: update fonts

This commit is contained in:
Grigory Smolkin 2019-11-27 23:16:35 +03:00
parent 715dbf8506
commit 69f98672ad

View File

@ -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 */ /* ../media/css/docs.css */
.navheader th { text-align: center; } /* anti-bootstrap */ .navheader th { text-align: center; } /* anti-bootstrap */