mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-14 09:04:02 +00:00
Deploying to gh-pages from @ koodiklinikka/palkkakysely@a6479f4af3 🚀
This commit is contained in:
@@ -5,21 +5,20 @@
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<style>body {
|
||||
<style>@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
|
||||
|
||||
:root {
|
||||
--fontstack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
|
||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 1em;
|
||||
font:
|
||||
18px/1.5 -apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
Roboto,
|
||||
"Helvetica Neue",
|
||||
Arial,
|
||||
"Noto Sans",
|
||||
sans-serif,
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji",
|
||||
"Segoe UI Symbol",
|
||||
"Noto Color Emoji";
|
||||
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
font-family: var(--fontstack);
|
||||
}
|
||||
|
||||
body.static-body {
|
||||
@@ -51,6 +50,7 @@ h1,
|
||||
h2,
|
||||
h3 {
|
||||
line-height: 1.2;
|
||||
font-family: Fustat, var(--fontstack);
|
||||
}
|
||||
|
||||
a:link {
|
||||
|
||||
Reference in New Issue
Block a user