Use noto sans font

This commit is contained in:
Daniel Bulant 2020-04-14 12:17:33 +02:00
parent 293c55deaa
commit 5bd601cd56

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MySQL exporter</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
@ -16,7 +17,8 @@
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px
padding: 0 10px;
font-family: 'Noto Sans', sans-serif;
}
h1,