Browse Source

Set default link font weight to 500

gh-pages
Andrew Kingston 6 years ago
parent
commit
454199b17d
  1. 2
      packages/server/src/utilities/appDirectoryTemplate/pages/main/page.json

2
packages/server/src/utilities/appDirectoryTemplate/pages/main/page.json

@ -68,7 +68,7 @@
"_styles": {
"normal": {
"font-family": "Inter",
"font-weight": "400",
"font-weight": "500",
"color": "#000000",
"text-decoration-line": "none",
"font-size": "16px"

Loading…
Cancel
Save