Skip to content

Commit

Permalink
Fixed fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Nov 14, 2023
1 parent 26b1a4e commit b3ff128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digitalarkivet/mui-theme",
"version": "2.0.0-alpha10",
"version": "2.0.0-alpha11",
"description": "MUI themes for Digitalarkivet applications",
"private": false,
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ declare module "@mui/material/Paper" {

const themeTypography = createTheme({
typography: {
fontSize: 16,
fontSize: 14,
fontFamily: [
"'Neue Haas Grotesk'",
"'Source Sans 3'",
Expand Down

0 comments on commit b3ff128

Please sign in to comment.