Add font size configuation file
[platform/core/api/system-settings.git] / tests / res / font_scale_giant_error.json
1 {
2         "SMALL"  : -80,
3         "NORMAL" : -100,
4         "LARGE"  : -150,
5         "HUGE"   : -190,
6         "GIANT"  : "err_val"
7 }