Using CSS, is there any way to display different characters using different font?
问题 My HTML text is just like this: <p>abcdefghijklmnopqrstuvwxyz</p> What I want is to display a-n using "Times New Roman", and display o-z using "Courier New", and this should be done using CSS, say, with no change to the HTML text. Simply stated, I want CSS to automatically choose the specified font corresponding to which character it is. a-n should be displayed using "Times New Roman"; o-z shoule be displayed using "Courier New". Is there any way to accomplish this? If this problem can be