Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Font changed to default MM font
Browse files Browse the repository at this point in the history
  • Loading branch information
goedh452 authored Apr 23, 2021
1 parent a110c9c commit 5d8259c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/GaugeMeter.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
if(t.children("b").length === 0){
$("<b></b>").appendTo(t).html(option.label).css({
"line-height": option.size + 5 * a + "px",
"font-family": "Roboto Condensed",
color: option.label_color
});
}
Expand Down

0 comments on commit 5d8259c

Please sign in to comment.