Decrease ggplot2 base_size from 14 to 12

Change-Id: I94de6fd74922d131a92c51ff3bd02bea79a7ab56
diff --git a/Changelog.md b/Changelog.md
index 0725e1b..d7a997c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,6 @@
 # Changelog
 ## 0.4.900
+* decrease ggplot2 base_size from 14 to 12
 
 ## 0.4.0
 * change default palette back to adapted D3 to avoid misunderstandings
diff --git a/R/ggplot-theme.R b/R/ggplot-theme.R
index a5f297c..39ab83e 100644
--- a/R/ggplot-theme.R
+++ b/R/ggplot-theme.R
@@ -24,7 +24,7 @@
 #' @family themes ids
 #' @importFrom ggplot2 theme element_rect element_text element_line element_blank
 #' @export
-theme_ids <- function(base_size = 14,
+theme_ids <- function(base_size = 12,
                      base_family = idsBaseFontFamily,
                      style = c("default", "light", "dark"),
                      bgcolor = NULL) {
diff --git a/man/theme_ids.Rd b/man/theme_ids.Rd
index 7f64164..8ce9941 100644
--- a/man/theme_ids.Rd
+++ b/man/theme_ids.Rd
@@ -5,7 +5,7 @@
 \title{IDS Theme for ggplot2}
 \usage{
 theme_ids(
-  base_size = 14,
+  base_size = 12,
   base_family = idsBaseFontFamily,
   style = c("default", "light", "dark"),
   bgcolor = NULL