diff --git a/index.html b/index.html index 187fbde..19ba733 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,9 @@ + + + - +
diff --git a/style.css b/style.css index 07c3f48..fd5fd3c 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,21 @@ body { padding: 0; margin: 0; + font-family: 'Zodiak', serif; + font-size: 16px; + letter-spacing: 0.02em; } /* html, body, #map { height: 100%; width: 100vw; } */ +h2 { + font-family: 'Red Hat Display', sans-serif; + font-size: 20px; + letter-spacing: 0.03em; +} + #sidebar { z-index: 999 !important; position: absolute; @@ -105,6 +114,12 @@ hr { max-width: 450px !important; } +#driver-popover-item * { + font-family: 'Zodiak', serif !important; + font-size: 16px !important; + letter-spacing: 0.02em; +} + .bb-dotted { border-bottom: 1px dotted #333; } \ No newline at end of file