Add title to tic tac toe
This commit is contained in:
parent
fe1dc28ec2
commit
b4e44b293b
2 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
leading: 8pt, // Between lines
|
leading: 8pt, // Between lines
|
||||||
spacing: 26pt, // Between paragraphs
|
spacing: 26pt, // Between paragraphs
|
||||||
)
|
)
|
||||||
|
show heading: set text(size: 32pt)
|
||||||
|
show heading: set block(above: 8pt, below: 8pt)
|
||||||
it
|
it
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
#let data = json("data.json")
|
#let data = json("data.json")
|
||||||
|
|
||||||
|
#align(center)[= Tic Tac Toe]
|
||||||
|
#v(16pt)
|
||||||
|
|
||||||
#cetz.canvas(
|
#cetz.canvas(
|
||||||
length: lib.width,
|
length: lib.width,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue