Set default link font weight to 500
This commit is contained in:
parent
6b077d86fd
commit
454199b17d
|
@ -68,7 +68,7 @@
|
||||||
"_styles": {
|
"_styles": {
|
||||||
"normal": {
|
"normal": {
|
||||||
"font-family": "Inter",
|
"font-family": "Inter",
|
||||||
"font-weight": "400",
|
"font-weight": "500",
|
||||||
"color": "#000000",
|
"color": "#000000",
|
||||||
"text-decoration-line": "none",
|
"text-decoration-line": "none",
|
||||||
"font-size": "16px"
|
"font-size": "16px"
|
||||||
|
|
Loading…
Reference in New Issue