special accent in css
Hi, I need to make an accent with the aqua grotesque font as in the attached image. The font does not have it by default, can it be done with css, how?
2 Replies
yes it's possible.
not sure how dynamic it has to be (line wrap, more letters except for the
o
, capital letters need more treatment), and depending on the stroke width of the font you'd need to adjust the height of the bar and its position
https://codepen.io/CodeNascher/pen/NWEBOZW
easiest way would be a different fontok thanks