diff --git a/_includes/design/typography.html b/_includes/design/typography.html index fbaf0b3..2f48c9f 100644 --- a/_includes/design/typography.html +++ b/_includes/design/typography.html @@ -1,32 +1,118 @@
-
-
-

H1

-

Protect communications from monitoring

+
+
+
+
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

+
-
-

H2

-

Protect communications from monitoring

+
+
+

Protect communications from monitoring

+

32 px - H2

+
-
-

H3

-

Protect communications from monitoring

+
+
+

Protect communications from monitoring

+

28 px - H3

+
-
-

H4

-

Protect communications from monitoring

+
+
+

Protect communications from monitoring

+

24 px - H4

+
-
-

H5

-
Protect communications from monitoring
+
+
+
Protect communications from monitoring
+

20 px - H5

+
-
-

H6

-
Protect communications from monitoring
+
+
+
Protect communications from monitoring
+

16 px - H6

+
diff --git a/_site/assets/styles/layout.scss b/_site/assets/styles/layout.scss index f47bfce..018d3d7 100644 --- a/_site/assets/styles/layout.scss +++ b/_site/assets/styles/layout.scss @@ -161,3 +161,7 @@ .b-border { border-bottom: 2px solid lightgrey !important; } + +.typo-text { + display: inline-block; +} diff --git a/_site/assets/styles/main.css b/_site/assets/styles/main.css index 1f24bfc..6735ec4 100644 --- a/_site/assets/styles/main.css +++ b/_site/assets/styles/main.css @@ -55,6 +55,8 @@ .b-border { border-bottom: 2px solid lightgrey !important; } +.typo-text { display: inline-block; } + .color { height: 100px; } .grid { height: 100px; background-color: #4661A9; border-radius: 7px; } diff --git a/_site/components/index.html b/_site/components/index.html index 1555902..b60df72 100644 --- a/_site/components/index.html +++ b/_site/components/index.html @@ -340,7 +340,7 @@
  • data policy
  • legal
  • sitemap
  • -
  • ipressum
  • +
  • impressum
  • diff --git a/assets/styles/layout.scss b/assets/styles/layout.scss index f47bfce..018d3d7 100644 --- a/assets/styles/layout.scss +++ b/assets/styles/layout.scss @@ -161,3 +161,7 @@ .b-border { border-bottom: 2px solid lightgrey !important; } + +.typo-text { + display: inline-block; +}