jessegavin / jQuery-Chord-Transposer

jQuery plugin that lets you transpose chords in a plain text song
https://jquery-chord-transposer.now.sh/
113 stars 48 forks source link

Yazı Fontu Sorunu #11

Closed iemecen closed 6 years ago

iemecen commented 6 years ago

Hello

pre data-key="A"

"Am Em F" "lyrics"

When I write this code, it works fine on my page.

but the writings I write in the pre-code are in the form of a typewriter.

I think monospace font

When I do the above encoding I want the pre codes to be in the open sans sans serif font.

athank you.

jessegavin commented 6 years ago

Right now this project only works with monospace fonts because each character takes up the exact same horizontal width.

There are ways to render the song using normal variable-width fonts, but it would take a fair amount of work.