Skip to content

Commit

Permalink
remove unused font files from css
Browse files Browse the repository at this point in the history
  • Loading branch information
benptc committed Sep 27, 2024
1 parent 3a7ac03 commit 17f4e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/kepware/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
html {
background-color: rgb(34,34,34);
font-family: myriadPro, Helvetica Neue, Helvetica, Arial, sans-serif;;
font-family: sans-serif;;
font-size: 12pt;
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -165,7 +165,7 @@
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
font-family: myriadPro, Helvetica Neue, Helvetica, Arial, sans-serif;
font-family: sans-serif;
font-size: 12pt;
white-space: nowrap;
}
Expand Down

0 comments on commit 17f4e8f

Please sign in to comment.