Skip to content

Commit

Permalink
Sychronize map fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
42A7C5 committed Jan 21, 2024
1 parent bede7d4 commit b2ed475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html lang="en">

<head>
<link rel="stylesheet" href="https://use.typekit.net/yab4iwr.css">

<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/logo.png" />
<meta name="theme-color" content="#191919" />
Expand All @@ -28,7 +30,7 @@
<meta name="twitter:image" content="http://catenarymaps.org/mainscreenshot.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Material+Symbols+Outlined&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined&display=swap" rel="stylesheet">
<link href='https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css' rel='stylesheet' />


Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@
* {
cursor: default;
font-family: 'Open Sans', sans-serif;
font-family: 'din-2014', sans-serif;
}
.material-symbols-outlined {
Expand Down

0 comments on commit b2ed475

Please sign in to comment.