local font = love.graphics.newFont("fonts/pixelmix.tff", 15)
I have my main folder, inside there is my main.lua. In that folder is a folder named "fonts" which contains "pixelmix.tff". The error I get is the following error message:
"Error: Could not open file fonts/pixelmix.tff. Does not exist."