- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to use particular font in an html table?
I want to create a table on one page using HTML (Embed Code) and use the Libre Franklin font for it. I know how to get Arial or Times to show up, but how can I get Libre Franklin to work instead? I tried plugging in the name but it's not working and I assume it's because it's not a standard web font.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Make google your best friend and search how to install different fonts in html/css.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
But I don't need to install the font. It's already installed because it's already in use in the normal text elements.
I'm trying to figure out if it can be called up easily right inside an Embed Code, with something like "font-family".
I did Google this and I couldn't find a clear answer, nor do I even know if it's possible. For instance, maybe it requires edits to the site CSS first. I don't know the answer and Googling around didn't help much. That's why I'm asking.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Yes, can anyone help with this?
I too want to use the Quattrocentro font in html. It works for fonts like Arial though.
<html>
<body>
<head>
<h1 style=font-family:Quattrocento, sans-serif; color:#00545b;">In the meantime, check out</h1>
<li style=font-family:arial;">Other Programs offered</li>
<li style=font-family:arial;">Our Facebook page to discover more</li>
<li style=font-family:arial;">What other parents say about us!</li>
</head>
</body>
</html>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report