| Issue 33: | Get font-family working | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What is the expected output? What do you see instead? I expected to see my code in a monospace font, but didn't. What version of the product are you using? On what operating system? 1.5.1, Firefox Please provide any additional information below. To fix, add the following line to the .dp-highlighter ol li, .dp-highlighter .columns div style in the SyntaxHighlighter.css file: font-family: "Consolas", "Courier New", Courier, mono; |
|
,
Oct 19, 2007
Adding Monaco to the font-family for Mac users would be good too.. Ciao! |
|
,
Oct 19, 2007
Actually, you shouldn't need that change. What browser are you using jagspot? Can you reproduce this problem with the test pages that ship with SyntaxHighlighter? Though, there is a bug in the font-family. It should be: font-family: "Consolas", "Monaco", "Courier New", Courier, monospace; (I added Monaco, changed mono->monospace and removed the useless serif) Ciao! |
|
,
Oct 19, 2007
jagspot: Can you give me the browser you're having problems with? Also the URL or a very small example page would be very useful, too. Ciao!
Status: Accepted
Owner: docwhat |
|
|
|