Created
July 26, 2012 23:25
-
-
Save nfbvieira/3185217 to your computer and use it in GitHub Desktop.
Minimum font size luakit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| domain_props = { | |
| ["all"] = { | |
| sans_serif_font_family = "dejavu sans", | |
| serif_font_family = "dejavu serif", | |
| monospace_font_family = "inconsolata", | |
| default_font_size = 10, | |
| default_monospace_font_size = 11, | |
| minimum_font_size = 10, | |
| user_stylesheet_uri = nil, | |
| }, | |
| ["github.com"] = { | |
| user_stylesheet_uri = "file://" .. luakit.data_dir .. "/styles/github.css", | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment