


How to correctly display the locally installed 'Jingnan Mai Round Body' on the web page?
Apr 05, 2025 pm 10:33 PMWebsite integration local font: Solve the display problem of "Jingnan Mai Round"
After successfully installing the system font, how to call it correctly in the web page? This article will solve how to use the locally installed "Jingnan Mai Round" font on the website and avoid using src
attribute to directly introduce font files (because the file is larger).
Here is a common CSS code snippet trying to use local fonts:
/* @font-face { font-family: 'myfont'; src: url('/style1/font/Jingnanmai round body.otf') format('truetype'); } */ html, body { font-size: 18px; font-family: "Jingnan Mai Round Body", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
Although "Jingnan Mai Round" is placed at the top of the font list, the web page still displays "Microsoft Yahei". The problem is that the browser cannot directly recognize the font file path installed locally.
Solution:
We need to correct the CSS code and correctly define and apply custom fonts.
-
Defining Fonts (@font-face): Although we do not use
src
to introduce font files directly, we still need the@font-face
rule to tell the browser the font name. The key is that we do not need to specify the font file path , and the browser will automatically look up from the system font library.@font-face { font-family: 'JingNanMaiYuanTi'; /* Use a cleaner font name*/ }
-
Apply font: In
font-family
property, use the font name defined in step 1.html, body { font-size: 18px; font-family: 'JingNanMaiYuanTi', "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
Through the above modifications, the browser will give priority to using a system font called "JingNanMaiYuanTi". If the font is installed on the system, the web page will be displayed correctly. If not installed, alternative fonts are used in turn.
Additional suggestions:
- Font name: Use a simpler, easy to remember font name, such as
JingNanMaiYuanTi
, avoid using names containing spaces or special characters. - Browser Cache: After modifying CSS, clear the browser cache or restart the browser to ensure that the browser loads the latest CSS rules.
With these adjustments, you should be able to successfully display the "Jingnan Mai Round" font on the web page, while avoiding loading speed issues caused by direct introduction of font files.
The above is the detailed content of How to correctly display the locally installed 'Jingnan Mai Round Body' on the web page?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

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

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

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics

Setting the style of links you have visited can improve the user experience, especially in content-intensive websites to help users navigate better. 1. Use CSS's: visited pseudo-class to define the style of the visited link, such as color changes; 2. Note that the browser only allows modification of some attributes due to privacy restrictions; 3. The color selection should be coordinated with the overall style to avoid abruptness; 4. The mobile terminal may not display this effect, and it is recommended to combine it with other visual prompts such as icon auxiliary logos.

HTML5, CSS and JavaScript should be efficiently combined with semantic tags, reasonable loading order and decoupling design. 1. Use HTML5 semantic tags, such as improving structural clarity and maintainability, which is conducive to SEO and barrier-free access; 2. CSS should be placed in, use external files and split by module to avoid inline styles and delayed loading problems; 3. JavaScript is recommended to be introduced in front, and use defer or async to load asynchronously to avoid blocking rendering; 4. Reduce strong dependence between the three, drive behavior through data-* attributes and class name control status, and improve collaboration efficiency through unified naming specifications. These methods can effectively optimize page performance and collaborate with teams.

The top ten virtual currency trading platforms in Europe in 2025 include Binance, OKX, Coinbase, etc., and are selected based on compliance, security, expenses, asset types and user experience. 1. Binance: The world has the largest transaction volume, low fees, and has obtained a license in multiple countries; 2. OKX: Comprehensive products, strong technology, registered in France; 3. Coinbase: Compliance and safety, suitable for beginners, licensed in many countries; 4. Gate.io: Has a long history, high security, registered in many European countries; 5. Bitstamp: Founded early, has strong compliance, regulated by Luxembourg; 6. eToro: Supports social transactions, diversified investment, regulated by CySEC; 7. Bitpanda: World

Themaindifferencesbetweendisplay:inline,block,andinline-blockinHTML/CSSarelayoutbehavior,spaceusage,andstylingcontrol.1.Inlineelementsflowwithtext,don’tstartonnewlines,ignorewidth/height,andonlyapplyhorizontalpadding/margins—idealforinlinetextstyling

OKE is a world-renowned digital asset service platform, committed to providing users with a safe, stable and efficient digital asset trading experience. With its strong technical strength, comprehensive risk control system and user-friendly operation interface, the platform has gained wide recognition from users around the world.

Kevin O'Leary highlights AI's transformative impact on reducing customer acquisition costs, reshaping investment strategies, and the US-China tech rivalry.

Binance is a world-renowned digital asset trading platform, providing users with secure, stable and convenient cryptocurrency trading services. Users can buy, sell, manage and market the transactions of hundreds of digital currencies such as Bitcoin and Ethereum anytime, anywhere through their official app.

The Italian-Europe OKE Exchange is a world-renowned digital asset trading platform that provides users with safe and reliable trading services. Its official Android App has comprehensive functions, convenient operation, and supports the transaction and management of a variety of digital assets.
