Skip to content

Commit

Permalink
Merge pull request #238 from antonycourtney/type-css-variables
Browse files Browse the repository at this point in the history
add basic css variables for font-family and font-size
  • Loading branch information
hamilton authored Oct 17, 2023
2 parents 30f4b21 + 7ccdbbc commit e26f303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tadviewer/less/tadviewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
@import "~@blueprintjs/popover2/lib/css/blueprint-popover2.css";

.tad-app-pane {
font-family: var(--tad-font-family, "Helvetica Neue", Helvetica, Arial, sans-serif);
font-size: var(--tad-font-size, 8px);
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 8pt;
height: 100%;
overflow: hidden;
}
Expand Down

0 comments on commit e26f303

Please sign in to comment.