Skip to content

Commit

Permalink
fix : Default font-family (#219)
Browse files Browse the repository at this point in the history
* fix : Default font-family

* fix : Default font-family changed
  • Loading branch information
Jittojoyes98 authored Feb 18, 2023
1 parent ddc92cc commit e834a1e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
@tailwind components;
@tailwind utilities;

/* Font family */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

/* Making default font family */
body{
font-family: 'Nunito', sans-serif;
}

/* scrollable */

.scrollColorDark {
Expand Down

1 comment on commit e834a1e

@vercel
Copy link

@vercel vercel bot commented on e834a1e Feb 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

linkshub – ./

linkshub.vercel.app
linkshub-rupali-codes.vercel.app
linkshub-git-main-rupali-codes.vercel.app

Please sign in to comment.