diff options
Diffstat (limited to 'css/fonts.css')
| -rw-r--r-- | css/fonts.css | 18 |
1 files changed, 9 insertions, 9 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; } |