Skip to content

Commit

Permalink
[REF-3557] Make code block font size bigger (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabadia authored Aug 20, 2024
1 parent 9fba6b5 commit 092333b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ rx.vstack(
width="100%",
code_tag_props={
"style": {
"fontFamily": "inherit",
"fontFamily": "Source Code Pro",
}
},
),
Expand All @@ -180,7 +180,7 @@ rx.vstack(
width="100%",
code_tag_props={
"style": {
"fontFamily": "inherit",
"fontFamily": "Source Code Pro",
}
},
border=rx.cond(
Expand Down Expand Up @@ -208,7 +208,7 @@ rx.vstack(
width="100%",
code_tag_props={
"style": {
"fontFamily": "inherit",
"fontFamily": "Source Code Pro",
}
},
border=rx.cond(
Expand All @@ -233,7 +233,7 @@ app.add_page(index)""",
width="100%",
code_tag_props={
"style": {
"fontFamily": "inherit",
"fontFamily": "Source Code Pro",
}
},
border=rx.cond(
Expand Down
2 changes: 1 addition & 1 deletion pcweb/styles/fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

code = {
"font-family": "Source Code Pro",
"font-size": "14px",
"font-size": "16px",
"font-style": "normal",
"font-weight": "400",
"line-height": "24px",
Expand Down

0 comments on commit 092333b

Please sign in to comment.