Browse Source

Update default font;

bjorn 6 years ago
parent
commit
391fef3086
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/graphics/newFont.lua

+ 1 - 1
api/init.lua

@@ -7442,7 +7442,7 @@ return {
               }
             },
             {
-              description = "Creates a new Font from the default font included with LÖVR (Cabin).",
+              description = "Creates a new Font from the default font included with LÖVR (Varela Round).",
               arguments = {
                 {
                   name = "size",

+ 1 - 1
api/lovr/graphics/newFont.lua

@@ -33,7 +33,7 @@ return {
       returns = { 'font' }
     },
     {
-      description = 'Creates a new Font from the default font included with LÖVR (Cabin).',
+      description = 'Creates a new Font from the default font included with LÖVR (Varela Round).',
       arguments = { 'size' },
       returns = { 'font' }
     },