mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 20:18:46 +00:00
df0b72e178
Some bar drawing gliphs are missing in Android. Adobe's Source Code Pro has them all, so it's one option to fix it on all platforms. If you wish you can also host the font locally. https://stackoverflow.com/questions/51892280/how-do-i-fix-monospace-spaces-not-being-correct-width-in-android-chrome-firefox/52712376
11 lines
248 B
HTML
11 lines
248 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="https://adobe-fonts.github.io/source-code-pro/source-code-pro.css">
|
|
<link rel="stylesheet" type="text/css" href="/files/style.css" />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
{{ body }}
|
|
</pre>
|
|
</body>
|
|
</html>
|