mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-05-19 04:18:42 +00:00
Use noto sans font
This commit is contained in:
parent
293c55deaa
commit
5bd601cd56
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue