I2P's main fonts are Source Sans Pro and Source Code Pro, made by Adobe.
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
H1 display
H2 display
H3 display
H4 display
Paragraph Source Sans Pro Regular
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'); });