Answered by:
I add my font in my html page but not showing why

Question
-
User-807418713 posted
Hello
I have added this in my html page
<head> <style> @font-face { font-family: Palatino Linotype; src: url("http://www.xxxyyyzzz.com/Palatino Linotype.ttf"); } h1 { font-family: Palatino Linotype } </style> </head> <body> <h1>MS1118-00213</h1> </body>
but font not showing why
whats the issue why font not applying on page load
Thursday, November 29, 2018 7:11 PM
Answers
-
User1724605321 posted
Hi Gopi,MCA ;
Please firstly check the Browser Support for @font-face:
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
For *Edge and IE: The font format only works when set to be "installable". I would suggest to install the font on your PC or Mac , or you can use google fonts .
Best Regards,
Nan Yu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, November 30, 2018 3:07 AM
All replies
-
User1724605321 posted
Hi Gopi,MCA ;
Please firstly check the Browser Support for @font-face:
https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
For *Edge and IE: The font format only works when set to be "installable". I would suggest to install the font on your PC or Mac , or you can use google fonts .
Best Regards,
Nan Yu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, November 30, 2018 3:07 AM -
User-807418713 posted
Hello
I'm using chrome
Can you give me one sample page with complete code it would be needful
Thank You
Friday, November 30, 2018 3:44 AM -
User-2054057000 posted
The url of the font is wrong http://www.xxxyyyzzz.com/mrvcode39extma.ttf
Define the correct URL so that the font should be downloaded from it's authors site.
Friday, November 30, 2018 11:51 AM -
User-807418713 posted
Hello
I click my original link it coming TFF file perfect
Though it's not showing why
Give me one small code with aspx page it would be easy to understand
Thank youFriday, November 30, 2018 4:54 PM -
User-807418713 posted
Hello
Any one give me sample demo aspx page
It would be needful
Thank you
Thursday, December 6, 2018 6:15 PM -
User-807418713 posted
Hello
Any one give me sample demo aspx page the font should be link with aspx page
It would be needful
Thank youThursday, December 13, 2018 5:53 PM -
User-807418713 posted
Hello
How to add this in my aspx page..
Client use some time tablet pcs sometime windows desktop sometime laptop like this different different devices
how to call this font in my aspx page so that data should look perfect
Please help
Thank You
Wednesday, December 19, 2018 10:30 AM -
User-807418713 posted
Hello
The simple things is I have one font that font I have bind with label now user will access my page he can't install all time that font in his system coz he comes from desktop some time Android tab some time mobile any best way I can keep that font on my solution folder and access in my webpage
How to do so...
Need helpFriday, December 21, 2018 1:18 PM