Asp. NET Web page display led font method _ practical skills

Source: Internet
Author: User
Effect Chart:

First in the site to create a directory, such as fonts, store these special fonts, Lcdd.ttf and Lcdd.eot, these two files are actually just a font, but the extension is not the same. is to solve the problem that IE and non IE browser can not display correctly.

CSS Style:
Copy Code code as follows:

<style type= "Text/css" >
/*ie Browser * *
@font-face {
FONT-FAMILY:LCDD;
Src:url (FONTS/LCDD.EOT) format ("TrueType");
}
/* Non IE browser * *
@font-face {
FONT-FAMILY:LCDD;
Src:url (FONTS/LCDD.TTF) format ("TrueType");
}
P.insusfont {
FONT-FAMILY:LCDD;
font-size:30px;
}
</style>

Html:
Copy Code code as follows:

<p class= "Insusfont" >
<%= DateTime.Now.ToString ()%>
</p>

In fact, you may only find the. ttf font, do not have the. eot font file, what to do? At this point you can try the format conversion using the following site:

This demo font is from the Internet and you can also download the TTF and. EOT two format fonts from the links below. Fonts are copyrighted, please do not use commercial applications.

LED Font Download Led_jb51.rar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.