I2P's main fonts are Nunito and Inter.
There are 6 different font sizes for headers, ranging from H1 to H6
40 px - H1
32 px - H2
28 px - H3
24 px - H4
20 px - H5
16 px - H6
Paragraph Inter
I2P is an anonymous network, exposing a simple layer that applications can use to anonymously and securely send messages to each other.
Code Snippet Source Code Pro
$('.i2p-sidebar').on('click', 'a',function() { $('.i2p-sidebar a.active').removeClass('active'); $(this).addClass('active'); });