The English website css has set the font and font size, but the form of expression is different from the design draft?

<div class="fl contain_text_l">
                

CHINASHOP, supported by China Chain Store & Franchise Association a solely Chinese national retail organization, has been bringing cutting-edge technologies and brand new solutions to the retail industry for 20 consecutive years ever since it was established in 1999. A wide range of technologies and solutions that we have contributed to the commercial design and POP display, intelligent science and technology for retailing business, cold-chain logistics and equipment, as well as the featured merchandise at home and overseas. Serving as a display platform for the Chinese new retail, we have not merely enchanted a large aggregation of the Chinese mainstream retail enterprises but helped construct the bridge between the global retail industry and the Chinese new retail.

</div>

css is

    .contain_text_l{width:640px;}
   .contain_text p{color: -sharp3e3a39;font-size: 16px;font-family:                 "HiraginoSansGBW3";margin:70px 0 0 0;line-height: 30px;word-spacing:5px;text-align: justify;}

    
    



Jun.15,2021

is probably a font used in ps and has not been installed in the computer's operating system, so the web page does not recognize the font HiraginoSansGBW3 , so it uses the default font.

it's easy to verify this. Change to the font commonly used on the web page to see if it's consistent, at least it proves that the code is not wrong.

if you must achieve the font effect in ps, you need to find a way to do so. When a user opens a website, he or she automatically installs fonts on the user's computer so that the page can be recognized. Or, let ued compromise and use the usual font. Or, if the effect is only a small part, just take a screenshot.

Menu