diff --git a/site/blueprints/pages/article.yml b/site/blueprints/pages/article.yml index f364f5c..a1f155b 100644 --- a/site/blueprints/pages/article.yml +++ b/site/blueprints/pages/article.yml @@ -15,6 +15,7 @@ columns: fields: text: type: textarea + font: monospace size: huge sidebar: width: 1/3 diff --git a/site/blueprints/pages/blog.yml b/site/blueprints/pages/blog.yml index 2dd39f1..11cfc04 100644 --- a/site/blueprints/pages/blog.yml +++ b/site/blueprints/pages/blog.yml @@ -6,6 +6,7 @@ sections: fields: text: type: textarea + font: monospace size: small drafts: extends: sections/articles diff --git a/site/blueprints/pages/default.yml b/site/blueprints/pages/default.yml index 0cb0129..f3a82aa 100644 --- a/site/blueprints/pages/default.yml +++ b/site/blueprints/pages/default.yml @@ -9,6 +9,7 @@ columns: fields: text: type: textarea + font: monospace size: huge sidebar: width: 1/3 @@ -18,4 +19,3 @@ columns: template: default files: type: files - diff --git a/site/blueprints/pages/home.yml b/site/blueprints/pages/home.yml index f16d0cc..3ae6aa8 100644 --- a/site/blueprints/pages/home.yml +++ b/site/blueprints/pages/home.yml @@ -11,6 +11,7 @@ columns: type: text text: type: textarea + font: monospace size: medium internal_menu: type: structure diff --git a/site/blueprints/pages/quote.yml b/site/blueprints/pages/quote.yml index b3aea00..bb2eac0 100644 --- a/site/blueprints/pages/quote.yml +++ b/site/blueprints/pages/quote.yml @@ -15,6 +15,7 @@ columns: fields: text: type: textarea + font: monospace size: medium sidebar: width: 1/3 diff --git a/site/blueprints/pages/quotes.yml b/site/blueprints/pages/quotes.yml index 6e885a9..91133ec 100644 --- a/site/blueprints/pages/quotes.yml +++ b/site/blueprints/pages/quotes.yml @@ -6,6 +6,7 @@ sections: fields: text: type: textarea + font: monospace size: small quotes: type: pages