diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-10-17 10:18:44 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-10-17 10:18:44 +0200 |
commit | 28bc23c38f2d8f88667671b5b78a79f22e56e6b0 (patch) | |
tree | 5bfcb2f250f86a04e5bef6d40581c779bb46dab2 /test.ss | |
parent | 791ee4e65f3ec7ef470302e4381baefb431fb56d (diff) |
Add JSON stylesheet test
Diffstat (limited to 'test.ss')
-rw-r--r-- | test.ss | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +{ + "narrative": { + "font": "Cantarell Regular 14", + "fgcol": "#000000" + }, + + "slide": { + "bggrad": null, + "bgcol1": "#ffffff", + "frame": { + "font": "Cantarell Regular 14", + "bggrad": "vertical", + "bgcol1": "#000099", + "bgcol2": "#000000" + } + } +} + |