Ticket #211 (closed defect: worksforme)
New font ?
| Reported by: | PoeuffF | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | font |
| Cc: |
Description
I'd like to add some font in my editor but it doesn't work for any font.
this.fontname = {
"— font —": , "Arial": 'arial,helvetica,sans-serif', "Courier New": 'courier new,courier,monospace', "Georgia": 'georgia,times new roman,times,serif', "Tahoma": 'tahoma,arial,helvetica,sans-serif', "Times New Roman": 'times new roman,times,serif', "Verdana": 'verdana,arial,helvetica,sans-serif', "impact": 'impact', "WingDings?": 'wingdings'
};
does it exist a link where i can find all the police and the value to assign in order to insert them in my editor ?
