diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/fonts.css | 18 | ||||
| -rw-r--r-- | css/jakob.css | 6 |
2 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; |