Change out of font to smaller material package

This commit is contained in:
ebolam
2022-08-17 18:45:03 -04:00
parent 89be79bd0b
commit bccd429736
4 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1235,7 +1235,7 @@ body.NotConnected {
@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;
src: url(/static/MaterialSymbolsOutlined.ttf) format('truetype');
src: url(/static/MaterialIconsOutlined-Regular.otf) format('opentype');
}
.material-icons-outlined {

View File

@@ -388,6 +388,9 @@ function do_ai_busy(data) {
}
function var_changed(data) {
if ((data.classname =="actions") && (data.name == 'Probabilities')) {
console.log(data);
}
//console.log({"name": data.name, "data": data});
//Special Case for Story Text
if ((data.classname == "actions") && (data.name == "Selected Text")) {