Skip to content

Commit

Permalink
chore: change font
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp committed Mar 7, 2023
1 parent de198f7 commit 0d5204b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 5 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html,
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu Mono', monospace;
font-family: Roboto, Arial, sans-serif;
}

#map {
Expand Down Expand Up @@ -42,7 +42,6 @@ body {
font-weight: bold;
margin: 10px 0 12px 8px;
height: 48px;
line-height: 100%;
}

.filter {
Expand Down Expand Up @@ -80,6 +79,10 @@ body {
}

@media screen and (orientation:portrait) {
.title {
line-height: 100%;
}

.sideBar {
width: calc(100% - 45px);
}
Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- <meta
charset="UTF-8"
name="viewport"
content="initial-scale=1,user-scalable=no,viewport-fit=cover"
/> -->
<link rel="apple-touch-startup-image" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)" href="/tennis-tournament-finder/images/splash-13pro.png" />
<link rel="apple-touch-startup-image" media="(device-width: 482px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)" href="/tennis-tournament-finder/images/splash-13promax.png" />
<link rel="apple-touch-startup-image" media="(device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3)" href="/tennis-tournament-finder/images/splash-14pro.png" />
<link rel="apple-touch-startup-image" media="(device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)" href="/tennis-tournament-finder/images/splash-14promax.png" />
<!-- <link rel="manifest" href="/manifest.json"> -->
<link rel="canonical" href="https://timoknapp.github.io/tennis-tournament-finder/" />
<link rel="manifest" href="/tennis-tournament-finder/manifest.json">
<!-- local manifest -->
<!-- <link rel="manifest" href="/manifest-local.json"> -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-hoalWLoI8r4UszCkZ5kL8vayOGVae1oxXe/2A4AO6J9+580uKHDO3JdHb7NzwwzK5xr/Fs0W40kiNHxM9vyTtQ=="
Expand Down

0 comments on commit 0d5204b

Please sign in to comment.