Hi, I have implemented sidenotes in a document using the example here https://css4.pub/2023/tufte/ so sidenotes markers are done using css counters with ::before this works great as it allows me to have plenty control over the superscript markers.
I am using an opentype font that has specific glyphs for the ordinals so I was wondering if there is a way to use the superscripts glyphs instead, I can imagine this is tricky as the css counters are inserted at the very end of the process so no search replace can be done easily?
Any suggestions? Many thanks!
I am using an opentype font that has specific glyphs for the ordinals so I was wondering if there is a way to use the superscripts glyphs instead, I can imagine this is tricky as the css counters are inserted at the very end of the process so no search replace can be done easily?
Any suggestions? Many thanks!