changeset 467 | 762fc0eb4946 |
parent 463 | 5c43f17f87b5 |
child 477 | ce52f0fca330 |
--- a/cms/app-client/app/styles/app.scss Sun Dec 04 13:49:44 2016 +0100 +++ b/cms/app-client/app/styles/app.scss Fri Dec 09 11:41:15 2016 +0100 @@ -36,8 +36,12 @@ outline:0; } +.base-font { + font-family: sans-serif; +} + #corpus-app { - font-family: sans-serif; + @extend .base-font; font-size: 12px; line-height: initial; }