My HTML text looks like this:
<p>abcdefghijklmnopqrstuvwxyz</p>
I want to show an using "Times New Roman" and display oz with "Courier New", and this should be done using CSS, say, without changing the HTML text.
Simply put, I want CSS to automatically select the specified font that matches the character that it is.
an should be displayed using "Times New Roman",
oz shoule will be displayed using "Courier New".
Is there any way to do this?
If this problem can be solved, another problem can be solved: display a different language using a different font.
source
share