diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-20 15:54:50 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-20 15:59:00 +0200 |
commit | 8ae6abe603571839b74f3106ba53922a849d1125 (patch) | |
tree | d0ad47dffe81e10adde8752478c6ad8bca440b03 /collections/boards.js | |
parent | a79599d76c808520d36aa7c19e366906cb89982c (diff) | |
download | wekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.gz wekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.bz2 wekan-8ae6abe603571839b74f3106ba53922a849d1125.zip |
Switch the font to roboto
Diffstat (limited to 'collections/boards.js')
-rw-r--r-- | collections/boards.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/collections/boards.js b/collections/boards.js index 3029f204..d0507dc4 100644 --- a/collections/boards.js +++ b/collections/boards.js @@ -63,8 +63,13 @@ Boards.attachSchema(new SimpleSchema({ color: { type: String, allowedValues: [ - 'nephritis', 'pomegranate', 'belize', - 'wisteria', 'midnight', 'pumpkin'] + 'belize', + 'nephritis', + 'pomegranate', + 'pumpkin', + 'wisteria', + 'midnight', + ] } })); |