@@ -47,6 +47,56 @@ def configure(config)
4747 }
4848 )
4949
50+ c . themes . register_default_options (
51+ typography : {
52+ 'counterNumber-xxxl' => {
53+ font_size : '200px' , line_height : '1' ,
54+ sm : { font_size : '350px' }
55+ } ,
56+ 'counterNumber-xxl' => {
57+ font_size : '150px' , line_height : '1' ,
58+ sm : { font_size : '265px' }
59+ } ,
60+ 'counterNumber-xl' => {
61+ font_size : '110px' , line_height : '1' ,
62+ sm : { font_size : '200px' }
63+ } ,
64+ 'counterNumber-lg' => {
65+ font_size : '86px' , line_height : '1' ,
66+ sm : { font_size : '150px' }
67+ } ,
68+ 'counterNumber-md' => {
69+ font_size : '66px' , line_height : '1' ,
70+ sm : { font_size : '110px' }
71+ } ,
72+ 'counterNumber-sm' => {
73+ font_size : '52px' , line_height : '1' ,
74+ sm : { font_size : '86px' }
75+ } ,
76+ 'counterNumber-xs' => {
77+ font_size : '40px' , line_height : '1.1' ,
78+ sm : { font_size : '66px' , line_height : '1' }
79+ } ,
80+ 'counterNumber-xxs' => {
81+ font_size : '34px' , line_height : '1.1' ,
82+ sm : { font_size : '52px' , line_height : '1' }
83+ } ,
84+ 'counterNumber-xxxs' => {
85+ font_size : '28px' , line_height : '1.1' ,
86+ sm : { font_size : '40px' , line_height : '1' }
87+ } ,
88+ 'counterUnit-md' => { font_size : '1em' } ,
89+ 'counterUnit-sm' => { font_size : '0.7em' } ,
90+ 'counterUnit-xs' => { font_size : '0.5em' } ,
91+ 'counterDescription-lg' => {
92+ font_size : '28px' , line_height : '1.1' ,
93+ sm : { font_size : '40px' , line_height : '1' }
94+ } ,
95+ 'counterDescription-md' => { font_size : '22px' } ,
96+ 'counterDescription-sm' => { font_size : '18px' }
97+ }
98+ )
99+
50100 c . file_types . register ( Pageflow ::BuiltInFileType . image )
51101 c . file_types . register ( Pageflow ::BuiltInFileType . video )
52102 c . file_types . register ( Pageflow ::BuiltInFileType . audio )
0 commit comments