Skip to content

Commit

Permalink
Update mapbox css to match version
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Dec 31, 2023
1 parent 40142d4 commit d3d8100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://www.google.com/recaptcha/api.js?render=<%= recaptchaSiteKey %>"></script>

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href='https://api.mapbox.com/mapbox-gl-js/v1.3.1/mapbox-gl.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox-gl-js/v2.4.1/mapbox-gl.css' rel='stylesheet' />
<link rel="stylesheet" href="https://use.typekit.net/vly0uof.css">
<link href="https://fonts.googleapis.com/css2?family=Spectral+SC:wght@600&family=Spectral:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">

Expand Down

0 comments on commit d3d8100

Please sign in to comment.