diff --git a/main.html b/main.html index 10ab519..7c18f98 100644 --- a/main.html +++ b/main.html @@ -16,8 +16,12 @@ .bar {left: 5px; right: 5px; font-family: Roboto; font-size: 14px;} .area {margin: 5px; width: 50%; display:flex; flex-flow: column; overflow: auto} - .lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray; font-family: Crimson; font-size: 15px} + .lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray; font-family: Crimson; font-size: 15px; line-height: 1.1} .tip {text-align: center; width: 25%; min-height: auto;} + + @supports (-ms-ime-align: auto) { + .tip {font-family: "Segoe UI Symbol"} + } @@ -36,7 +40,7 @@