Skip to content

Commit

Permalink
remove references to certain unused fonts from css
Browse files Browse the repository at this point in the history
  • Loading branch information
benptc committed Sep 27, 2024
1 parent 5e62ba2 commit 8a28089
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions libraries/webInterface/gui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,14 @@
box-sizing: border-box; */
}

@font-face {
font-family: myriadPro;
src: url(resources/MyriadPro-Regular.otf);
}

body {
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;
user-select: none;
/*position: fixed;*/

}

#app {
Expand Down Expand Up @@ -352,7 +346,7 @@ body {
-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;
}

Expand Down

0 comments on commit 8a28089

Please sign in to comment.