Skip to content

Commit

Permalink
Adding config to test theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Nov 15, 2022
1 parent f74f21f commit 3fd570c
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -3,7 +3,14 @@
"settings": {
"appearanceTools": true,
"typography": {
"fluid": true
"fluid": {
"maxViewPortWidth": "2000px",
"minViewPortWidth": "1000px",
"minFontSizeFactor": 1.5,
"maxFontSizeFactor": 2,
"scaleFactor": 2,
"minFontSize": "16px"
}
}
}
}

0 comments on commit 3fd570c

Please sign in to comment.