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.
40 lines
1.6 KiB
Puppet
40 lines
1.6 KiB
Puppet
9 years ago
|
#lang pollen
|
||
|
◊(require css-tools/font-face)
|
||
|
|
||
|
/* © 2015 Matthew Butterick */
|
||
|
|
||
|
|
||
|
◊(ffd/rp "concourse-c6" "~/git/font-releases/woffs/concourse_c6_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-c4" "~/git/font-releases/woffs/concourse_c4_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-t3" "~/git/font-releases/woffs/concourse_t3_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-t3" "~/git/font-releases/woffs/concourse_t3_italic.woff"
|
||
|
#:font-style "italic" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-t3" "~/git/font-releases/woffs/concourse_t6_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "bold" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-t3" "~/git/font-releases/woffs/concourse_t6_italic.woff"
|
||
|
#:font-style "italic" #:font-weight "bold" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "triplicate-t4" "~/git/font-releases/woffs/triplicate_t4_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "triplicate-t4" "~/git/font-releases/woffs/triplicate_t4_italic.woff"
|
||
|
#:font-style "italic" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "triplicate-t4" "~/git/font-releases/woffs/triplicate_t4_bold.woff"
|
||
|
#:font-style "normal" #:font-weight "bold" #:base64 #t)
|
||
|
|
||
|
|
||
|
◊(ffd/rp "advocate-c43" "~/git/font-releases/woffs/advocate_c43_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "concourse-t3-index" "~/git/font-releases/woffs/concourse_t3_index_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|