Skip to content

Commit

Permalink
Try chaging the base font size from px to pt
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 24, 2024
1 parent 22dbd0e commit d963b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/css/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;

@baseFontSize: 14px;
@baseFontSize: 11pt;
@baseFontFamily: @sansFontFamily;
@baseLineHeight: 20px;
@baseLineHeight: 1.5rem;
@altFontFamily: @serifFontFamily;

@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
Expand Down

0 comments on commit d963b0c

Please sign in to comment.