You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
659 B
Puppet
17 lines
659 B
Puppet
9 years ago
|
#lang pollen
|
||
|
◊(require css-tools/font-face)
|
||
|
|
||
|
/* © 2015 Matthew Butterick */
|
||
|
|
||
|
|
||
|
◊(ffd/rp "advocate-slab-c43" "~/git/font-releases/woffs/advocate_slab_c43_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "advocate-c41" "~/git/font-releases/woffs/advocate_c41_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "advocate-slab-c61" "~/git/font-releases/woffs/advocate_slab_c61_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "advocate-c45" "~/git/font-releases/woffs/advocate_c45_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|