I encountered a css font specified like this :

font: 81.25%/1 arial,helvetica,sans-serif

I want to know what "81.25%/1" means . Thanks :)

It's using the browser's font properties that have been established by the user and and showing it at X % of that and the /1 is the line spacing.

For Example:

if 100% = 100 pixels

65%/1.5 = 65px / and 1.5 line spacing

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.