Skip to content

Commit

Permalink
Set default font size to 25
Browse files Browse the repository at this point in the history
closes #47
  • Loading branch information
cvzi authored Jun 23, 2024
1 parent 6c04282 commit ceb7e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-upnext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local opts = {
--these styles will be used for the whole playlist. More specific styling will need to be hacked in
--
--(a monospaced font is recommended but not required e.g. {\\fnmonospace\\fs25} )
style_ass_tags = "",
style_ass_tags = "{\\fs25}",

--paddings for top left corner
text_padding_x = 5,
Expand Down

0 comments on commit ceb7e7c

Please sign in to comment.