Skip to content

Commit

Permalink
revert roboto
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Feb 13, 2024
1 parent 43c1663 commit 6c4e82b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ module.exports = {
primary: [fontPrimary, fontPrimaryType],
secondary: [fontSecondary, fontSecondaryType],
'heebo': ['heebo', 'ui-serif', 'Georgia'],
'roboto': ['roboto', 'ui-sans-serif', 'system-ui'],
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion themes/geoweaver/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h1 class="pt-1 font-mono tracking-wide">Pygeoweaver</h1>


<div class="flex flex-col items-center justify-center mt-2 ml-[-270px]"> <!-- Adjusted margin top -->
<p class="font-roboto italic font-bold">Install</p>
<p class="font-sans italic font-bold">Install</p>
<div class="w-[60px] mt-[-14px]">
{{ partial "image" (dict "Src" .installUnderline "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "2px" "Height" "2px") }}
</div>
Expand Down

0 comments on commit 6c4e82b

Please sign in to comment.