@@ -566,7 +566,7 @@ body {
566566 max-height : -webkit-fill-available;
567567 min-width : -webkit-fill-available;
568568 max-width : -webkit-fill-available;
569- font-family : Arial, sans-serif;
569+ font-family : Inter , Arial, sans-serif;
570570}
571571
572572.comfy-multiline-input {
@@ -880,7 +880,6 @@ body {
880880 align-items : center;
881881 color : var (--descrip-text );
882882 background-color : var (--comfy-menu-bg );
883- font-family : sans-serif;
884883 padding : 10px ;
885884 border-radius : 0 8px 8px ;
886885 box-shadow : 3px 3px 8px rgb (0 0 0 / 0.4 );
@@ -978,7 +977,6 @@ span.drag-handle {
978977 margin-top : -0.4em ;
979978 margin-left : -0.2em ;
980979 font-size : 12px ;
981- font-family : sans-serif;
982980 letter-spacing : 2px ;
983981 color : var (--drag-text );
984982 text-shadow : 1px 0 1px black;
@@ -1038,7 +1036,6 @@ button.comfy-queue-btn {
10381036.comfy-modal .comfy-settings ,
10391037.comfy-modal .comfy-manage-templates {
10401038 text-align : center;
1041- font-family : sans-serif;
10421039 color : var (--descrip-text );
10431040 z-index : 99 ;
10441041}
@@ -1102,7 +1099,6 @@ button.comfy-queue-btn {
11021099
11031100.graphdialog .name {
11041101 font-size : 14px ;
1105- font-family : sans-serif;
11061102 color : var (--descrip-text );
11071103}
11081104
@@ -1142,7 +1138,6 @@ dialog::backdrop {
11421138}
11431139
11441140.comfy-dialog .comfy-modal {
1145- font-family : Arial, sans-serif;
11461141 border-color : var (--bg-color );
11471142 box-shadow : none;
11481143 border : 2px solid var (--border-color );
@@ -1172,7 +1167,6 @@ dialog::backdrop {
11721167
11731168.litegraph .dialog {
11741169 z-index : 1 ;
1175- font-family : Arial, sans-serif;
11761170}
11771171
11781172.litegraph .litemenu-entry .has_submenu {
@@ -1337,7 +1331,6 @@ audio.comfy-audio.empty-audio-widget {
13371331 .maskEditor_sidePanelTitle {
13381332 text-align : center;
13391333 font-size : 15px ;
1340- font-family : sans-serif;
13411334 color : var (--descrip-text );
13421335 margin-top : 10px ;
13431336 }
@@ -1445,7 +1438,6 @@ audio.comfy-audio.empty-audio-widget {
14451438 background : rgb (0 0 0 / 0.2 );
14461439 border : 1px solid var (--border-color );
14471440 color : var (--input-text );
1448- font-family : sans-serif;
14491441 font-size : 15px ;
14501442 pointer-events : auto;
14511443 transition : background-color 0.1s ;
@@ -1560,7 +1552,6 @@ audio.comfy-audio.empty-audio-widget {
15601552 border : 1px solid var (--p-form-field-border-color );
15611553 border-radius : 10px ;
15621554 color : var (--input-text );
1563- font-family : sans-serif;
15641555 pointer-events : auto;
15651556 transition : 0.1s ;
15661557 width : 60px ;
@@ -1576,7 +1567,6 @@ audio.comfy-audio.empty-audio-widget {
15761567 border : 1px solid var (--p-form-field-border-color );
15771568 border-radius : 10px ;
15781569 color : var (--input-text );
1579- font-family : sans-serif;
15801570 pointer-events : auto;
15811571 transition : 0.1s ;
15821572 width : 60px ;
@@ -1764,7 +1754,6 @@ audio.comfy-audio.empty-audio-widget {
17641754 .maskEditor_sidePanelSubTitle {
17651755 text-align : left;
17661756 font-size : 12px ;
1767- font-family : sans-serif;
17681757 color : var (--descrip-text );
17691758 }
17701759
0 commit comments