package ux import ( "golang.org/x/image/font" "golang.org/x/image/font/basicfont" ) var ( FontFace font.Face = basicfont.Face7x13 )