blog/go/fonts/font/font.go

7 lines
60 B
Go
Raw Normal View History

2024-09-13 15:10:58 +08:00
package font
type Font struct{
Head Head `json:"head"`
}