public static TextStyle robotoRegular20(Color color)
 {
     return(ShrineStyle.roboto(20.0f, FontWeight.w400, color));
 }
 public static TextStyle abrilFatfaceRegular34(Color color)
 {
     return(ShrineStyle.abrilFatface(34.0f, FontWeight.w400, color));
 }
 public static TextStyle robotoLight14(Color color)
 {
     return(ShrineStyle.roboto(14.0f, FontWeight.w400, color));
 }