diff --git a/java/examples/Basics/Data/CharactersStrings/data/Georgia.ttf b/java/examples/Basics/Data/CharactersStrings/data/Georgia.ttf new file mode 100644 index 000000000..27d1c1951 Binary files /dev/null and b/java/examples/Basics/Data/CharactersStrings/data/Georgia.ttf differ diff --git a/java/examples/Basics/Data/DatatypeConversion/data/Georgia.ttf b/java/examples/Basics/Data/DatatypeConversion/data/Georgia.ttf new file mode 100644 index 000000000..27d1c1951 Binary files /dev/null and b/java/examples/Basics/Data/DatatypeConversion/data/Georgia.ttf differ diff --git a/java/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde b/java/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde index 0bd2401f5..8143bffc1 100644 --- a/java/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde +++ b/java/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde @@ -31,7 +31,7 @@ void setup() { tokens = splitTokens(allText, " ,.?!:;[]-"); // Create the font - textFont(createFont("Georgia",24)); + textFont(createFont("Georgia", 24)); } void draw() { diff --git a/java/examples/Topics/Advanced Data/HashMapClass/data/Georgia.ttf b/java/examples/Topics/Advanced Data/HashMapClass/data/Georgia.ttf new file mode 100644 index 000000000..27d1c1951 Binary files /dev/null and b/java/examples/Topics/Advanced Data/HashMapClass/data/Georgia.ttf differ diff --git a/java/examples/Topics/Interaction/Tickle/data/AmericanTypewriter-24.vlw b/java/examples/Topics/Interaction/Tickle/data/AmericanTypewriter-24.vlw deleted file mode 100644 index c2a2951b5..000000000 Binary files a/java/examples/Topics/Interaction/Tickle/data/AmericanTypewriter-24.vlw and /dev/null differ diff --git a/java/examples/Topics/Interaction/Tickle/data/Georgia.ttf b/java/examples/Topics/Interaction/Tickle/data/Georgia.ttf new file mode 100644 index 000000000..27d1c1951 Binary files /dev/null and b/java/examples/Topics/Interaction/Tickle/data/Georgia.ttf differ