Skip to content

Commit

Permalink
Update lib/ts/recipe/oauth2provider/components/themes/themeBase.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Mihály Lengyel <[email protected]>
  • Loading branch information
anku255 and porcellus authored Aug 26, 2024
1 parent 6d21ab6 commit 80eaf3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/ts/recipe/oauth2provider/components/themes/themeBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ export const ThemeBase: React.FC<
return (
<Fragment>
{children}
{loadDefaultFont && (
<link
href="//fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700"
rel="stylesheet"
type="text/css"></link>
)}
<style>
{styles}
{userStyles.join("\n")}
Expand Down

0 comments on commit 80eaf3d

Please sign in to comment.