Closed
Bug 919328
Opened 12 years ago
Closed 12 years ago
firefox does not render properly ubuntu font
Categories
(Core :: Graphics: Text, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pierre.willaime, Unassigned)
Details
(Keywords: fonts)
Attachments
(1 file)
|
345.53 KB,
application/octet-stream
|
Details |
I tried to use ubuntu font (attached) for a website.
The fonts are not rendered properly. It works when the fonts size are high but not when you decrease it. Try to zoom in and out to reproduce the bug. You will see that, one moment, font change. Look at "a". Ubuntu font is thick and the other (generic) font is thin.
I add this into my html page in order to add ubuntu font :
<style>
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('Ubuntu-Regular.ttf') format('truetype')
}
body{
font-family: 'Ubuntu', sans-serif;
}
</style>
The font is attached.
Updated•12 years ago
|
Severity: normal → minor
Component: General → Graphics: Text
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•