Skip to content

Commit

Permalink
switch main font to acumin pro
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 4, 2024
1 parent 9ea6288 commit b2afb30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
content="width=device-width, initial-scale=1.0"
/>
<style>
body {font-family: united-sans, impact, sans-serif;}
body {font-family: acumin-pro, sans-serif;}
</style>
<!--head-tags-->
<!--preload-links-->
Expand Down
1 change: 0 additions & 1 deletion src/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,900;1,100;1,400&display=swap');
@import '@/assets/css/vars.css';
@import '@/assets/css/tailwind.css';
@import 'leaflet/dist/leaflet.css';
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
main: ['United Sans', 'sans-serif']
main: ["acumin-pro", "sans-serif"],
},
colors: {
base: {
Expand Down

0 comments on commit b2afb30

Please sign in to comment.