Commit 6087e41a authored by Matthew Minuti's avatar Matthew Minuti

Revert "fixed bugs with bangers font name, and the modulo symbol in en.json and"

This reverts commit ee6d9919.
parent ee6d9919
......@@ -207,7 +207,7 @@ Blockly.Msg.MATH_IS_PRIME = "is prime";
Blockly.Msg.MATH_IS_TOOLTIP = "Check if a number is an even, odd, prime, whole, positive, negative, or if it is divisible by certain number. Returns true or false.";
Blockly.Msg.MATH_IS_WHOLE = "is whole";
Blockly.Msg.MATH_MODULO_HELPURL = "https://en.wikipedia.org/wiki/Modulo_operation";
Blockly.Msg.MATH_MODULO_TITLE = "remainder of %1 ÷ %2";
Blockly.Msg.MATH_MODULO_TITLE = "remainder of %1 ÷ %2";
Blockly.Msg.MATH_MODULO_TOOLTIP = "Return the remainder from dividing the two numbers.";
Blockly.Msg.MATH_MULTIPLICATION_SYMBOL = "×";
Blockly.Msg.MATH_NUMBER_HELPURL = "https://en.wikipedia.org/wiki/Number";
......
......@@ -185,7 +185,7 @@
"MATH_ONLIST_OPERATOR_RANDOM": "random item of list",
"MATH_ONLIST_TOOLTIP_RANDOM": "Return a random element from the list.",
"MATH_MODULO_HELPURL": "https://en.wikipedia.org/wiki/Modulo_operation",
"MATH_MODULO_TITLE": "remainder of %1 ÷ %2",
"MATH_MODULO_TITLE": "remainder of %1 ÷ %2",
"MATH_MODULO_TOOLTIP": "Return the remainder from dividing the two numbers.",
"MATH_CONSTRAIN_HELPURL": "https://en.wikipedia.org/wiki/Clamping_%28graphics%29",
"MATH_CONSTRAIN_TITLE": "constrain %1 low %2 high %3",
......
......@@ -34,7 +34,7 @@ Blockscad.fontList = ['/fonts/liberation/LiberationSerif-Bold.ttf',
'/fonts/AverageMono/AverageMonoSimp.ttf',
'/fonts/Open_Sans/OpenSans-ExtraBold.ttf',
'/fonts/Chewy/Chewy.ttf',
'/fonts/bangers/Bangers.ttf'];
'/fonts/bangers/angers.ttf'];
// display names for fonts, used in font block (also used to key fonts object)
Blockscad.fontName = ['Liberation Serif',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment