change font

This commit is contained in:
jrkb 2023-09-24 20:52:52 +02:00
parent f4cb8bec03
commit 8dc2ea75c7

View file

@ -7,8 +7,8 @@
//-------------------------------------------------------------- //--------------------------------------------------------------
void ofApp::setup(){ void ofApp::setup(){
string fontName = "TonkaFlowers.ttf"; string fontName = "RobotoFlex.ttf";
fontPath = "data/celines-fonts/" + fontName; fontPath = "data/fonts/" + fontName;
char character = characters[currentCharacter]; char character = characters[currentCharacter];
makeCharacter(character); makeCharacter(character);