Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Oct 23, 2023
1 parent 0862e06 commit 7230eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composables/useOptinMonster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ export default function useOptinMonster() {
children:
`document.addEventListener('om.Scripts.init', function(event) {
event.detail.Scripts.enabled.fonts = false;
})`
})`,
}],
style: [{
children: `html .Campaign .gothamist-sans-serif, html .Campaign .gothamist-sans-serif *
{ font-family: "Haffer SQ", sans-serif !important; }
html .Campaign .gothamist-serif, html .Campaign .gothamist-serif *
{ font-family: "Reckless Neue", serif !important; }`
}]
{ font-family: "Reckless Neue", serif !important; }`,
}],
})
onMounted(() => {
if (!process.server && window[`om${config.public.OPTIN_MONSTER_ACCOUNT_ID}_${config.public.OPTIN_MONSTER_USER_ID}`]) {
Expand Down

0 comments on commit 7230eb7

Please sign in to comment.