Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Use selected fonts for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreenTea committed Sep 14, 2023
1 parent 50d64d9 commit 1eb2f55
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/* TODO: Don't host these on google fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&display=swap');
4 changes: 4 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],

theme: {
fontFamily: {
sans: ['Montserrat', 'sans-serif'],
serif: ['Source Serif 4', 'serif']
},
colors: {
black: colors.black,
white: colors.white,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb2f55

Please sign in to comment.