Skip to content

Commit

Permalink
Add Ubuntu font
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtitherington committed Oct 27, 2023
1 parent d48c1ce commit 40368ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

@tailwind base;
@tailwind components;
Expand Down
1 change: 1 addition & 0 deletions frontend/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
fontFamily: {
sans: ['Inter', ...defaultTheme.fontFamily.sans],
heebo: ['Heebo', ...defaultTheme.fontFamily.sans],
ubuntu: ['Ubuntu', ...defaultTheme.fontFamily.mono],
},
fontSize: {
regular: '13px',
Expand Down

0 comments on commit 40368ea

Please sign in to comment.