これ

#set text(font: "MS Mincho")
#set figure(supplement:[図])
#set image(width:80%)
#set heading(numbering: "1.")
#set raw(block: true)
#show heading: it=>[
    #set text(12pt,weight:900 ,font: "MS Gothic")
    #strong(it)
]

#show raw: it=>[
    #box(
        stroke:1pt+black,
        width:100%,
        pad(
            4pt,
            it
        )
    )
]

#show link: it=>[
    #text(it,fill:blue)
]

bibliographyの設定ももう少しどうにかしたい