diff --git a/nodes/viz/viewer_typography.py b/nodes/viz/viewer_typography.py index 8b3cead1c9aea3effcf491fc3781ccb3caae295b..affd9d72279a363229b2df78a70bbe8b492a65ec 100644 --- a/nodes/viz/viewer_typography.py +++ b/nodes/viz/viewer_typography.py @@ -38,7 +38,7 @@ mode_options_y = enum_from_list('TOP_BASELINE', 'TOP', 'CENTER', 'BOTTOM') def get_font(node): fonts = bpy.data.fonts - default = fonts.get('Bfont') + default = fonts.get('Bfont Regular') if node.font_pointer: return node.font_pointer