diff --git a/css/litegraph-editor.css b/css/litegraph-editor.css index 130ac0b97..14b13ba08 100755 --- a/css/litegraph-editor.css +++ b/css/litegraph-editor.css @@ -6,34 +6,11 @@ background-color: #333; color: #eee; - font: 14px Tahoma; + font: 14px "Tahoma", sans-serif; position: relative; } -.litegraph-editor h1 { - font-family: "Metro Light", Tahoma; - color: #ddd; - font-size: 28px; - padding-left: 10px; - /*text-shadow: 0 1px 1px #333, 0 -1px 1px #777;*/ - margin: 0; - font-weight: normal; -} - -.litegraph-editor h1 span { - font-family: "Arial"; - font-size: 14px; - font-weight: normal; - color: #aaa; -} - -.litegraph-editor h2 { - font-family: "Metro Light"; - padding: 5px; - margin-left: 10px; -} - .litegraph-editor * { box-sizing: border-box; -moz-box-sizing: border-box; @@ -85,7 +62,7 @@ position: absolute; top: 2px; right: 2px; - font-family: "Tahoma"; + font-family: "Tahoma", sans-serif; font-size: 14px; color: #aaa; cursor: pointer; @@ -160,7 +137,7 @@ /* METER *********************/ .litegraph-editor .loadmeter { - font-family: "Tahoma"; + font-family: "Tahoma", sans-serif; color: #aaa; font-size: 12px; border-radius: 2px; @@ -198,7 +175,7 @@ width: 100%; background-color: black; padding: 4px; - font: 16px monospace; + font: 16px "Consolas", monospace; overflow: auto; resize: none; outline: none; diff --git a/css/litegraph.css b/css/litegraph.css index 918858f41..1c11f8211 100755 --- a/css/litegraph.css +++ b/css/litegraph.css @@ -6,7 +6,7 @@ -moz-user-select: none; -webkit-user-select: none; outline: none; - font-family: Tahoma, sans-serif; + font-family: "Tahoma", sans-serif; } .lgraphcanvas * { @@ -14,7 +14,7 @@ } .litegraph.litecontextmenu { - font-family: Tahoma, sans-serif; + font-family: "Tahoma", sans-serif; position: fixed; top: 100px; left: 100px; @@ -50,7 +50,7 @@ } .litegraph .litemenubar ul { - font-family: Tahoma, sans-serif; + font-family: "Tahoma", sans-serif; margin: 0; padding: 0; } @@ -168,7 +168,7 @@ } .litegraph.litesearchbox { - font-family: Tahoma, sans-serif; + font-family: "Tahoma", sans-serif; position: absolute; background-color: rgba(0, 0, 0, 0.5); padding-top: 4px; @@ -200,7 +200,7 @@ } .litegraph.lite-search-item { - font-family: Tahoma, sans-serif; + font-family: "Tahoma", sans-serif; background-color: rgba(0, 0, 0, 0.5); color: white; padding-top: 2px; @@ -284,7 +284,7 @@ .litegraph .dialog .dialog-footer { height: 50px; padding: 10px; border-top: 1px solid #1a1a1a;} .litegraph .dialog .dialog-header .dialog-title { - font: 20px "Arial"; + font: 20px "Arial", sans-serif; margin: 4px; padding: 4px 10px; display: inline-block; diff --git a/editor/style.css b/editor/style.css index feb73e77b..03d99fb7a 100755 --- a/editor/style.css +++ b/editor/style.css @@ -8,15 +8,7 @@ html,body { body { background-color: #333; color: #EEE; - font: 14px Tahoma; -} - -h1 { - font-family: "Metro Light",Tahoma; -} - -h2 { - font-family: "Metro Light"; + font: 14px "Tahoma", sans-serif; } #main { @@ -131,7 +123,7 @@ label { /*border-radius: 4px;*/ padding: 2px; /*box-shadow: inset 0 0 3px #333; */ - font-family: Verdana; + font-family: "Verdana", sans-serif; width: 250px; }