


Introduction to properties related to Chinese characters and fonts in CSS3
This article brings you an introduction to the attributes related to CSS3 Chinese characters and fonts. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
1 text-shadow attribute
(1) Function
Add shadow effect to the text on the page .
(2) How to use
text-shadow: length length length color (the horizontal distance of the shadow from the text, the vertical distance, the blur radius of the shadow, the color of the shadow)
Note:
The horizontal distance and vertical distance of the shadow from the text: Must be specified, negative values can be specified.
The blur radius of the shadow: represents the blur range when the shadow is blurred outward. The larger the radius, the wider the shadow will blur outward. Optional parameter, when omitted, the default is 0, which means the shadow will not blur outward.
Shadow color: Optional parameter, when not specified, the color of the color attribute is used in CSS2 (actual Firefox and Opera, others do not support omission, otherwise it will not be drawn), in CSS3 Use the default color specified by the browser.
(4) Specify multiple shadows
text-shadow:10px 10px #f39800, 40px 35px #fff100, 70px 60px #c0ff00;
Only Chrome, Firefox, and Opera browsers support this function.
(3) Browser support
So far: Safari, Chrome, Firefox, and Opera browsers support this attribute.
text-shadow: 5px 5px 5px gray; (gray shadow, the shadow leaves the molecule by 5 pixels in both horizontal and vertical directions)
2 word-break attribute
(1) Function: Let text automatically wrap
(2) Value: normal (use the browser's default line wrapping rules), keep-all (can only use half-width spaces Or line break at a hyphen), break-all (allow line breaks within words)
(3) Browser support
So far: Safari, Chrome, and IE browsers support this attribute.
3 word-wrap attribute
(1) Function: Let long words and URL addresses automatically wrap .
(2) Value: normal (browser default processing), break-word (line break inside long words or URL addresses)
(3) Browser support: all browsers.
4 Web Font and @font-face attributes
(1) Function: Display server-side fonts on the web page.
(2) Usage:
@font-face{ font-famliy:WebFont; src:url(‘font/Fontin_Sans_R_45b.otf’) format(“opentype”); font-weitht:normal; } h1{ font-family:WebFont; }
5 font-size-adjust attribute
(1) Function: Modify the font type and Keep the font size unchanged
(2) How to use:
aspect value (proportion value): can be used to keep the font size basically unchanged when modifying the font to other fonts . (Constant)
Calculation method: x-height value (height (in pixels) of a lowercase X written in this font) divided by the size of the font.
p{ font-size:16px; font-famliy:Times New Roman; font-size-adjust:0.46(aspect值) }
(3) How the browser calculates the aspect value:
After specifying the aspect value in the font-size-adjust attribute and modifying the font to another font, the browser will calculate the modified aspect value Calculation formula of font size:
c = (a / b)s
a: represents the aspect value of the font actually used, b: represents the aspect value of the font before modification,
s: indicates the specified font size , c: the font size actually displayed by the browser.
(4) The attribute value can be set to: "none"
It is equivalent to not setting the font-size-adjust attribute and displaying it according to the original size of the font.
6 Use rem units to define font size
(1) The rem font size unit is based on the root element on the page (generally refers to the html element) The actual font size is calculated regardless of the font size of the element's parent element.
html{font-size:62.5%}(大多数浏览器中,默认字体大小为16个像素,使用62.5%, 使浏览器自动计算出10个像素) small{font-size:1.1rem;} strong{font-size:1.8rem;}
(2) Browser support:
So far: all browsers including IE9 are supported.
(3) Compatible with IE8 and previous versions (rem font units cannot be used)
html{font-size:62.5%} small{font-size:11px;font-size:1.1rem;} strong{font-size:18px;font-size:1.8rem;}
Related recommendations:
css3 How to use the selector to insert all the elements in the page Required content (with code)
Four functions implemented by the transform attribute in css3 (rotation, scaling, tilting, movement)
The above is the detailed content of Introduction to properties related to Chinese characters and fonts in CSS3. For more information, please follow other related articles on the PHP Chinese website!

In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs.

Oh, the Many Ways to Make Triangular Breadcrumb Ribbons

SVG has its own set of elements, attributes and properties to the extent that inline SVG code can get long and complex. By leveraging CSS and some of the forthcoming features of the SVG 2 specification, we can reduce that code for cleaner markup.

You might not know this, but JavaScript has stealthily accumulated quite a number of observers in recent times, and Intersection Observer is a part of that

We may not need to throw out all CSS animations. Remember, it’s prefers-reduced-motion, not prefers-no-motion.

PWA (Progressive Web Apps) have been with us for some time now. Yet, each time I try explaining it to clients, the same question pops up: "Will my users be

It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon that

There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover,


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version
Useful JavaScript development tools