Thanks for the feedback!
The first one is an issue with the css I use for the links. I need to rework on that. Will get it fixed!
On the second part, are you referring to the font ligatures? Yeah Rubik does not support the font ligatures, you can customize the CSS to use a different font if you want to use ligatures. Fonts like Fira Code, Operator Mono will support this.
Simply change this line, and replace the Rubik font with a font that supports font ligatures:
:root {
--default-font: 'Rubik', 'Glow Sans SC', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;
}
Hope these helps! 

