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