The page built by bootstrap, the font is referenced by font-face, and the style on the page is different from that of the font itself.

@ font-face {

font-family: "myfont";
src: url("../fonts/FONTS.TTF"); 

}
call
.menu .nav {

font-family: myfont!important;

}
the page is being built with bootstrap, and the design requires that the navigation bar be "Creative shorthand". Download online and install it on your computer, then ps/ the notepad and open it. The font is the same as the design drawing.

but after it is introduced in css, the page opens in a different font. It seems that Microsoft Yahei

then
1. I took a look at the file in F12 Network, that requested my local introduction of / fonts/ Creative italics .TTF.
2. I downloaded another unique style of text on the Internet, put it in the fonts file, changed the reference path to the newly downloaded file name in css, and opened it in the web page to get the new font.
makes me feel as if the problem lies in this" creative simplified script "font, but I can"t figure it out. Have you ever encountered such a problem? Find a solution

Jan.08,2022

downloaded several versions of this font on the Internet, but what I think is all about the font itself, so I found a website that changed the font format online and changed the font.ttf to ttf format. Use the converted version. Live the square root

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b777b-12f5f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b777b-12f5f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?