aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/fonts.css18
-rw-r--r--css/jakob.css6
-rw-r--r--fonts/Cantarell-Bold.otfbin0 -> 69196 bytes
-rw-r--r--fonts/Cantarell-BoldOblique.otfbin0 -> 75888 bytes
-rw-r--r--fonts/Cantarell-Oblique.otfbin0 -> 74892 bytes
-rw-r--r--fonts/Cantarell-Regular.otfbin0 -> 68340 bytes
-rw-r--r--fonts/cmunobi.woffbin147436 -> 0 bytes
-rw-r--r--fonts/cmunobx.woffbin108896 -> 0 bytes
-rw-r--r--fonts/cmunorm.woffbin109884 -> 0 bytes
-rw-r--r--fonts/cmunoti.woffbin145812 -> 0 bytes
10 files changed, 12 insertions, 12 deletions
diff --git a/css/fonts.css b/css/fonts.css
index 4fbd717..b9e6ee7 100644
--- a/css/fonts.css
+++ b/css/fonts.css
@@ -1,29 +1,29 @@
-/* Concrete Roman */
+/* Cantarell */
@font-face {
- font-family: 'Concrete Roman';
- src: url('/fonts/cmunobx.woff');
+ font-family: 'Cantarell';
+ src: url('/fonts/Cantarell-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
- font-family: 'Concrete Roman';
- src: url('/fonts/cmunobi.woff');
+ font-family: 'Cantarell';
+ src: url('/fonts/Cantarell-BoldOblique.otf') format('opentype');
font-weight: bold;
font-style: italic;
}
@font-face {
- font-family: 'Concrete Roman';
- src: url('/fonts/cmunoti.woff');
+ font-family: 'Cantarell';
+ src: url('/fonts/Cantarell-Oblique.otf') format('opentype');
font-weight: normal;
font-style: italic;
}
@font-face {
- font-family: 'Concrete Roman';
- src: url('/fonts/cmunorm.woff');
+ font-family: 'Cantarell';
+ src: url('/fonts/Cantarell-Regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
diff --git a/css/jakob.css b/css/jakob.css
index 473747f..06eaaea 100644
--- a/css/jakob.css
+++ b/css/jakob.css
@@ -16,13 +16,13 @@
body {
color: #4D4D4D;
background-color: #eee;
- font-family: 'Concrete Roman', serif;
+ font-family: 'Cantarell', serif;
line-height: 140%;
text-rendering: optimizeLegibility;
}
h1, h2, h3 {
- font-family: 'Concrete Roman', sans;
+ font-family: 'Cantarell', sans;
}
h1 {
@@ -91,7 +91,7 @@ footer {
/* Navigation */
.nav {
- font-family: 'Concrete Roman',sans;
+ font-family: "Cantarell", sans;
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 3rem;
diff --git a/fonts/Cantarell-Bold.otf b/fonts/Cantarell-Bold.otf
new file mode 100644
index 0000000..a5b620b
--- /dev/null
+++ b/fonts/Cantarell-Bold.otf
Binary files differ
diff --git a/fonts/Cantarell-BoldOblique.otf b/fonts/Cantarell-BoldOblique.otf
new file mode 100644
index 0000000..5f49d64
--- /dev/null
+++ b/fonts/Cantarell-BoldOblique.otf
Binary files differ
diff --git a/fonts/Cantarell-Oblique.otf b/fonts/Cantarell-Oblique.otf
new file mode 100644
index 0000000..70539ed
--- /dev/null
+++ b/fonts/Cantarell-Oblique.otf
Binary files differ
diff --git a/fonts/Cantarell-Regular.otf b/fonts/Cantarell-Regular.otf
new file mode 100644
index 0000000..fca6759
--- /dev/null
+++ b/fonts/Cantarell-Regular.otf
Binary files differ
diff --git a/fonts/cmunobi.woff b/fonts/cmunobi.woff
deleted file mode 100644
index fc2b5b9..0000000
--- a/fonts/cmunobi.woff
+++ /dev/null
Binary files differ
diff --git a/fonts/cmunobx.woff b/fonts/cmunobx.woff
deleted file mode 100644
index c4cd481..0000000
--- a/fonts/cmunobx.woff
+++ /dev/null
Binary files differ
diff --git a/fonts/cmunorm.woff b/fonts/cmunorm.woff
deleted file mode 100644
index 5161a24..0000000
--- a/fonts/cmunorm.woff
+++ /dev/null
Binary files differ
diff --git a/fonts/cmunoti.woff b/fonts/cmunoti.woff
deleted file mode 100644
index 9b9a841..0000000
--- a/fonts/cmunoti.woff
+++ /dev/null
Binary files differ

© 2015 - 2026 Jakob L. Kreuze