The font for capital i and small l must be different


It will be great if you can change the font so that it is easy to differentiate between capital i and small l and it becomes a bit confusing to use words like Illness at the starting of a sentence.

You can change it yourself if you like, here’s what I use, though it doesn’t solve your I/l issue.

/* smaller and more condensed font */
.rem-text {
	font-family: "Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; /* "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; is the default */
	/*overriding font-size here will also override it in the zoomed in rem, default is 16px*/
}

So where am I supposed to paste this code?

1 Like
1 Like