tweaks to look better when used in Tabletop Simulator
This commit is contained in:
@@ -4,8 +4,8 @@ defmodule LabelmakerWeb.Constants do
|
|||||||
link: "",
|
link: "",
|
||||||
font: "Helvetica",
|
font: "Helvetica",
|
||||||
color: "black",
|
color: "black",
|
||||||
outline: "white",
|
outline: "none",
|
||||||
size: "32"
|
size: "72"
|
||||||
}
|
}
|
||||||
|
|
||||||
@preview %{
|
@preview %{
|
||||||
@@ -42,9 +42,9 @@ defmodule LabelmakerWeb.Constants do
|
|||||||
|
|
||||||
@outlines ~w(none white black gray)
|
@outlines ~w(none white black gray)
|
||||||
|
|
||||||
@sizes 8..72
|
@sizes 16..128
|
||||||
|> Enum.to_list()
|
|> Enum.to_list()
|
||||||
|> Enum.take_every(4)
|
|> Enum.take_every(8)
|
||||||
|> Enum.map(&Integer.to_string/1)
|
|> Enum.map(&Integer.to_string/1)
|
||||||
|
|
||||||
def colors, do: @colors
|
def colors, do: @colors
|
||||||
|
|||||||
Reference in New Issue
Block a user