CSS font-family of cmd.exe
问题 I can't find any font-family in CSS, which is similar to the font-family used in the CMD.exe. Could you please help me? 回答1: CSS3 supports Lucida console. Barring that, I don't know what you're on about. 回答2: You can use font-family:monospace to specify that you wish a monospaced font to be used. The console uses a monospaced font to ensure that all characters have the same width. Note that some browsers do not correctly implement monospaced, though there are approaches to fix that, e.g. http