Skip to content

Commit

Permalink
add basic css variables for font-family and font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
hamilton committed Oct 14, 2023
1 parent b968879 commit e728aff
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, "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 e728aff

Please sign in to comment.