How to match the size of text in web design: small text, big experience

How to match the size of text in web design: small text, big experience
Small text, big experience Sanlian Tutorial
With the rise of mobile terminals such as iPad, people are spending more and more time reading on mobile terminals, and reading experience has become increasingly important. Fonts are the key to the reading experience, so in what aspects does font affect the success or failure of the reading experience?
1. Is it highly recognizable?
First, let’s take a look at the font Consolas. We can find that the width of i and w are the same. This monospaced font has a very high recognition and is very suitable for text writing, code display and other tasks.
Let's take this example again. In Arial, the recognition of i and l is very low, and when there are continuous narrow words such as il, the words are difficult to select. In addition, in Georgia, the letter o and the number 0 are only slightly different in size and are basically indistinguishable, making it difficult to distinguish them at a glance.
It can be seen from this that monospaced fonts are less affected by the letters themselves, with fixed letter size and density. This type of font is simple and easy to recognize, greatly improving reading efficiency. But monospaced fonts also have serious problems. They sacrifice aesthetics in exchange for high recognition. Therefore, they can mostly only be used in some code editors and other software.
2. Are Arial and Gerogia suitable for long-term reading ? These two fonts are very commonly used on PC web pages, but which one is more suitable for long-term reading?
Although sans-serif fonts seem simpler and more eye-catching, their recognizability is not as clear as that of serif fonts. If you want readers to read for a long time, you need to let them scan the text without thinking, and Georgia just has this feature. Therefore, generally speaking, under the same printing conditions, the reading speed of serif fonts is about one-fifth faster than that of sans serif fonts.
First of all, the serif strokes not only help to make the font look beautiful, but also help to identify the font. Secondly, these serif strokes can make the strokes of these letters on the baseline form a certain horizontal guide visually, which can guide the vision to move in the horizontal direction and increase the recognition coefficient. This is why serif fonts like Georgia are so popular on PCs and traditional publishing.
The sans-serif Arial is like a lady from a noble family, more suitable for some eye-catching signs in subways and other large occasions, while the non-serif Georgia is like a beautiful girl from a small family, and you will never get tired of reading the words between the lines.
3. Is it suitable for mobile terminals?
Since the iPad's display screen has higher brightness and contrast than ordinary computers, many fonts and designs that are suitable on ordinary computers will appear too blurry when directly moved to the iPad due to the brightness of the background. This is especially a problem when pairing fonts. Some thin fonts are seriously blurry, causing the originally suitable combination to become mismatched, seriously affecting the experience.
Retina Display brings finer precision, but also brings more problems to font rendering, because when displaying ordinary pictures without scaling, it will use 4 pixels to display 1 pixel in the picture; when displaying retina pictures, each pixel corresponds to 1 pixel in the picture. Therefore, some fonts such as Georgia will become very thin, resulting in the font being inconsistent with the design when displayed, affecting the experience.
In fact, we have no way to change the hardware, we can only try to avoid these problems, so it is wise to appropriately increase the text size (14px-16px) on mobile terminals. In addition, you can also increase the weight of the text to avoid it sounding blurry. As for English display, Georgia, one of the classics on the PC, should be used with caution.
4. Whether it has meticulous typesetting <br />Tangcha has done a very good job in Chinese typesetting in this regard, implementing basic typesetting skills such as prohibited rule processing, aligned beginning and end, and English line breaks (hyphenation). It has also conducted experimental attempts on punctuation plug-ins (punctuation marks such as periods, commas, and semicolons at the end of a line will be "hanged" to the outer edge of the right frame of the text) and paragraph indents, all of which have brought readers a good reading experience.
In addition, the reading experience also depends on other important factors, such as using different fonts in different occasions, font size, weight, length of a line of text, density between words, etc.
Reading is a big thing, and every aspect of it is inseparable from words. Although the words are small, every stroke is closely related to the experience. For designers, an excellent reading experience is not only about pursuing visual beauty, but also about caring for readers.

<<:  A brief discussion on Flex layout and scaling calculation

>>:  SQL implementation of LeetCode (184. The highest salary in the department)

Recommend

Summary of the 10 most frequently asked questions in Linux interviews

Preface If you are going to interview for a Linux...

How to find identical files in Linux

As the computer is used, a lot of garbage will be...

Public free STUN servers

Public free STUN servers When the SIP terminal us...

Detailed steps to install and uninstall Apache (httpd) service on centos 7

uninstall First, confirm whether it has been inst...

CSS code to control the background color of the web page

I think everyone often worries about finding pict...

Example of building a redis-sentinel cluster based on docker

1. Overview Redis Cluster enables high availabili...

jQuery implements form validation

Use jQuery to implement form validation, for your...

Detailed explanation of the difference between uniapp and vue

Table of contents 1. Simple page example 2.uni-ap...

How to set up Referer in Nginx to prevent image theft

If the server's images are hotlinked by other...

Explanation of the process of docker packaging node project

As a backend programmer, sometimes I have to tink...

Super detailed teaching on how to upgrade the version of MySQL

Table of contents 1. Introduction 2. Back up the ...

How to install ElasticSearch on Docker in one article

Table of contents Preface 1. Install Docker 2. In...

Summarize the common properties of BigIn functions in JavaScript

Table of contents 1. Overview 2. Attributes 1. Ma...

Introduction to HTML link anchor tags and their role in SEO

The <a> tag is mainly used to define links ...

HTML markup language - form

Click here to return to the 123WORDPRESS.COM HTML ...