diff options
| author | Jakob L. Kreuze | 2019-04-29 16:50:20 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2019-04-29 16:50:20 -0400 |
| commit | 3431e9481d327c2e811f421c3f5190c987674567 (patch) | |
| tree | 4ca241ae2c0bc36f53f77c4baebb68e3003f83ae | |
| parent | e2815b238c73d765c5d9492806e4fa88c47e1051 (diff) | |
fixup! Use Knuth's Concrete Roman font
| -rw-r--r-- | css/fonts.css | 18 | ||||
| -rw-r--r-- | css/jakob.css | 6 | ||||
| -rw-r--r-- | fonts/Cantarell-Bold.otf | bin | 0 -> 69196 bytes | |||
| -rw-r--r-- | fonts/Cantarell-BoldOblique.otf | bin | 0 -> 75888 bytes | |||
| -rw-r--r-- | fonts/Cantarell-Oblique.otf | bin | 0 -> 74892 bytes | |||
| -rw-r--r-- | fonts/Cantarell-Regular.otf | bin | 0 -> 68340 bytes | |||
| -rw-r--r-- | fonts/cmunobi.woff | bin | 147436 -> 0 bytes | |||
| -rw-r--r-- | fonts/cmunobx.woff | bin | 108896 -> 0 bytes | |||
| -rw-r--r-- | fonts/cmunorm.woff | bin | 109884 -> 0 bytes | |||
| -rw-r--r-- | fonts/cmunoti.woff | bin | 145812 -> 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 Binary files differnew file mode 100644 index 0000000..a5b620b --- /dev/null +++ b/fonts/Cantarell-Bold.otf diff --git a/fonts/Cantarell-BoldOblique.otf b/fonts/Cantarell-BoldOblique.otf Binary files differnew file mode 100644 index 0000000..5f49d64 --- /dev/null +++ b/fonts/Cantarell-BoldOblique.otf diff --git a/fonts/Cantarell-Oblique.otf b/fonts/Cantarell-Oblique.otf Binary files differnew file mode 100644 index 0000000..70539ed --- /dev/null +++ b/fonts/Cantarell-Oblique.otf diff --git a/fonts/Cantarell-Regular.otf b/fonts/Cantarell-Regular.otf Binary files differnew file mode 100644 index 0000000..fca6759 --- /dev/null +++ b/fonts/Cantarell-Regular.otf diff --git a/fonts/cmunobi.woff b/fonts/cmunobi.woff Binary files differdeleted file mode 100644 index fc2b5b9..0000000 --- a/fonts/cmunobi.woff +++ /dev/null diff --git a/fonts/cmunobx.woff b/fonts/cmunobx.woff Binary files differdeleted file mode 100644 index c4cd481..0000000 --- a/fonts/cmunobx.woff +++ /dev/null diff --git a/fonts/cmunorm.woff b/fonts/cmunorm.woff Binary files differdeleted file mode 100644 index 5161a24..0000000 --- a/fonts/cmunorm.woff +++ /dev/null diff --git a/fonts/cmunoti.woff b/fonts/cmunoti.woff Binary files differdeleted file mode 100644 index 9b9a841..0000000 --- a/fonts/cmunoti.woff +++ /dev/null |