»
007. Space width in page
The width of each character in HTML pages can be different, especially for English characters.
Different fonts have different definitions of width for each character.
The following style defines the character width of each space( ):
html {
word-spacing: 0.2em;
}
-- www.v-signon.com Learninger Co-Encourage