Comments on [F2U] New Moon All Comments

how do i change the font? /genq

In the top line: <div class="mx-auto" style="max-width: 720px; font-size: 13px; letter-spacing: .4px; color: #fff;">

add "font-family: yourfontname;"

As an example the code should look like: <div class="mx-auto" style="max-width: 720px; font-size: 13px; letter-spacing: .4px; color: #fff; font-family: courier;">

ah ok! thanks :D