Commit cfaf8a89 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_font: add bold italic font

parent 53c67e55
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__name__</string> </key>
<value> <string>Heuristica-BoldItalic.otf</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/octet-stream</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -31,3 +31,10 @@ with Reserved Font Name Heuristica.
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Heuristica';
src: url('heuristica/Heuristica-BoldItalic.otf') format('truetype');
font-weight: bold;
font-style: italic;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment