Skip to content

Instantly share code, notes, and snippets.

@nfbvieira
Created July 26, 2012 23:25
Show Gist options
  • Select an option

  • Save nfbvieira/3185217 to your computer and use it in GitHub Desktop.

Select an option

Save nfbvieira/3185217 to your computer and use it in GitHub Desktop.
Minimum font size luakit
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