Jump to content
You must now use your email address to sign in [click for more info] ×

Increase Font Size on Help


Recommended Posts

On high resolution displays, reading the Affinity Photo Help content is too small. I have three different resolution displays (1080p, 1440p, and 2160p) and it is very difficult to read. Using 10pt font is ridiculously too small.

These changes work:

style.css

body, html {
    font-family: "-apple-system", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14pt;  /* was 10pt */
    background-color: white;
    text-align: left;
    color: #404040;
    width: 96%;
    }

frontpage.css

body, html {
  margin: 0;
  font-family: "-apple-system", "Lucida Grande", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14pt;  /* was 12pt */
  background-color: #fff;
  width: 100%;
    }

#menu {
   padding-right: 2em;
   margin-left: -2em;  /* was -3.5em */
  padding-top: 0.65em;
  padding-bottom: 7em;
  font-size: 80%;  /* was 60%  */
  line-height: 2em;
}

 

 

Edited by kkobashi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.