Skip to content

Commit

Permalink
Merge pull request #30 from UoaWDCC/changing-default-font
Browse files Browse the repository at this point in the history
changed default font to Work Sans, and removed import React statement
  • Loading branch information
dis-may authored Apr 9, 2024
2 parents b22c7de + 0f6350a commit 8d1b539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions web/src/pages/MainMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import NavBar from '../components/NavBar'

import '../styles/pageStyles/MainMenu.css';
Expand Down
4 changes: 2 additions & 2 deletions web/src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wdth,wght@75..100,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
Expand All @@ -13,7 +13,7 @@ body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, input {

/* Typography */
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
font-family: 'Work Sans', Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
}
Expand Down

0 comments on commit 8d1b539

Please sign in to comment.