A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
X
Y
Z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
0
1
2
3
4
5
6
7
8
9

Font sizes

There are 6 different font sizes for headers, ranging from H1 to H6

Protect communications from monitoring

40 px - H1

Protect communications from monitoring

32 px - H2

Protect communications from monitoring

28 px - H3

Protect communications from monitoring

24 px - H4

Protect communications from monitoring

20 px - H5

Protect communications from monitoring

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');
          });