Anyone know hot to make the button label font Bold? Or can recommend a good Google Font that is bold and stands out? I feel like the button doesn't stand out enough. Any recommendations appreciated. Thanks

  • James replied to this.
  • Hey ab7977 ,

    Quick update on our side! Today we have deployed an update to our servers, Buttonizer now supports markdown in labels, which means you can make your text partly (or fully) bold, italic, underlined and strikethrough! 😎

    If you have any feedback, make sure to let us know!

    Hi ab7977 ,

    Thanks for reaching out to us!

    You can perhaps use a custom CSS to change the font weight of your labels.
    This custom CSS should make it bolder:

    .buttonizer-label {
      font-weight: 900;
    }

    We are currently working on adding markdowns into Buttonizer. So, in the future, you can make your labels bold, underlined, italic, etc, through the Buttonizer editor.

    Please let me know if the custom CSS works for you! 😄

    5 days later

    Hey ab7977 ,

    Quick update on our side! Today we have deployed an update to our servers, Buttonizer now supports markdown in labels, which means you can make your text partly (or fully) bold, italic, underlined and strikethrough! 😎

    If you have any feedback, make sure to let us know!