HTML coding custom font?
-
So I'm learning HTML coding and I found it really easy at first...but this seems pretty difficult...I've been looking on the internet for a solution for 2 hours already but I ...show more
-
Answer:
Here you go; this should be helpful. http://red-team-design.com/css3-font-face-or-how-to-use-a-custom-font-for-your-website/
YSA3K7VZPPBEBFCIRZQNU2KXHQ at Yahoo! Answers Visit the source
Other answers
@thumbsup(Vishnu) Not all web browsers support @font-face. http://caniuse.com/fontface | http://caniuse.com/eot | http://caniuse.com/woff | http://caniuse.com/svg-fonts | http://caniuse.com/ttf Always check with caniuse when you're looking whether you can use a feature that isn't widely supported. You may be using an incorrect format. Browsers only support EOT, WOFF, SVG, TTF and OTF format fonts, and different browsers still realistically only support one font each, with some of them supporting none. So you will need to code your font in each of these formats just to be safe. Web design is a compromise. You are giving specifications about what your webpage is allowed to look like. As always, whenever you use a font, remember that it won't be available on all computers. Supply one or two similar looking backup font that overlaps a lot of systems, and supply a generic font family just in case all of those fail. Fonts are the foundation of a stylesheet, so be sure to pick ones that work well with your design and test them all.
Leo D
Check this link https://in.answers.yahoo.com/question/index?qid=20140106085434AA6SPBt I explained earlier these type of issues... It may very useful to you....
Karthik Devaraj
You first have to create either a CSS selector; class or ID. A class selector is preceded by a period: .intro { font-family: Calibri color: Blue } An ID selector is preceded by a hashtag #font { font-family: Calibri color: Red font-weight: Italic } To refer to the CSS selectors in your HTML code, you have to place the class / ID name inside the HTML tags: <div id = font> <p class = intro> Hello World </p> </div>
Tom
Related Q & A:
- How To Learn Coding?Best solution by Yahoo! Answers
- How do I become certified to do medical coding?Best solution by Yahoo! Answers
- What's the different between medical administrative assistant and medical billing and coding?Best solution by Yahoo! Answers
- What font is this font?Best solution by Yahoo! Answers
- What is the name of this font? Are another font similar?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.