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.

1,126 Views
Message 1 of 4
Report
3 REPLIES 3

Make google your best friend and search how to install different fonts in html/css. 

1,122 Views
Message 5 of 4
Report

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. 

1,107 Views
Message 5 of 4
Report

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>

943 Views
Message 5 of 4
Report