Jump to content

Reduce Font Size on Mojave Mobile

Recommended Posts

  • Replies 2
  • Views 335
  • Created
  • Last Reply

@GreenwoodBuilders Hello,

Here is a code I use for most of my websites to stop hyphenation.

// Hyphens //

p, h1, h2, h3 {
     -webkit-hyphens: manual !important;
        -moz-hyphens: manual !important;
         -ms-hyphens: manual !important;
             hyphens: manual !important;
   }
Let me know how this works for you - If this doesn't work for you, let me know and I can have a look at reducing the font for you.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.