mirror of
https://github.com/danbulant/mysqlExporterDeno
synced 2026-05-24 12:21:46 +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 charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>MySQL exporter</title>
|
<title>MySQL exporter</title>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -16,7 +17,8 @@
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #444;
|
color: #444;
|
||||||
padding: 0 10px
|
padding: 0 10px;
|
||||||
|
font-family: 'Noto Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue