diff --git a/samples/bin/datas/pong/cheeseburger.ttf b/samples/bin/datas/pong/cheeseburger.ttf deleted file mode 100644 index 47704266e..000000000 Binary files a/samples/bin/datas/pong/cheeseburger.ttf and /dev/null differ diff --git a/samples/bin/datas/pong/sansation.ttf b/samples/bin/datas/pong/sansation.ttf new file mode 100644 index 000000000..d85fbc81d Binary files /dev/null and b/samples/bin/datas/pong/sansation.ttf differ diff --git a/samples/bin/datas/shader/arial.ttf b/samples/bin/datas/shader/arial.ttf deleted file mode 100644 index ff0815cd8..000000000 Binary files a/samples/bin/datas/shader/arial.ttf and /dev/null differ diff --git a/samples/bin/datas/shader/sansation.ttf b/samples/bin/datas/shader/sansation.ttf new file mode 100644 index 000000000..d85fbc81d Binary files /dev/null and b/samples/bin/datas/shader/sansation.ttf differ diff --git a/samples/pong/Pong.cpp b/samples/pong/Pong.cpp index e1db79b12..7230734f8 100644 --- a/samples/pong/Pong.cpp +++ b/samples/pong/Pong.cpp @@ -41,7 +41,7 @@ int main() // Load the text font sf::Font font; - if (!font.LoadFromFile("datas/pong/cheeseburger.ttf")) + if (!font.LoadFromFile("datas/pong/sansation.ttf")) return EXIT_FAILURE; // Initialize the end text diff --git a/samples/shader/Shader.cpp b/samples/shader/Shader.cpp index c76009dfe..00bb45750 100644 --- a/samples/shader/Shader.cpp +++ b/samples/shader/Shader.cpp @@ -108,7 +108,7 @@ int main() // Load the text font sf::Font font; - if (!font.LoadFromFile("datas/shader/arial.ttf")) + if (!font.LoadFromFile("datas/shader/sansation.ttf")) return EXIT_FAILURE; // Load the image needed for the wave shader