From 30de35ca022ae4a4c1433e21d9b4849b734c467b Mon Sep 17 00:00:00 2001 From: pk-2000 <63214388+pk-2000@users.noreply.github.com> Date: Sun, 10 May 2020 20:27:49 +0300 Subject: [PATCH] Use monapo instead of liberation fonts --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecf1b4b..012a59a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,7 +241,7 @@ set(EMBEDDED_INPUT shader/blurH.vert shader/blurV.vert shader/simpleMatrix.vert - assets/liberation.ttf + assets/monapo.ttf assets/icon.png )