Text overflow ellipsis not showing with some custom font
问题 I'm currently trying to make a text box with hiding overflowing text. It works fine, but for some part. I'm using text-overflow: ellipsis; This should put three dots ( "..." ) at the place where my text is cut off, but it doesn't place three dots, instead it places the character which looks like three dots (called 'ellipsis'). The font I'm currently using doesn't have this character, so it shows some other random character instead of three dots. Does anyone have a simple workaround (no