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.
25 lines
912 B
Puppet
25 lines
912 B
Puppet
9 years ago
|
#lang pollen
|
||
|
◊(require css-tools/font-face)
|
||
|
|
||
|
/* © 2015 Matthew Butterick */
|
||
|
|
||
|
|
||
|
◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_a_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_a_italic.woff"
|
||
|
#:font-style "italic" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_a_bold.woff"
|
||
|
#:font-style "normal" #:font-weight "bold" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_a_bold_italic.woff"
|
||
|
#:font-style "italic" #:font-weight "bold" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "equity-caps" "~/git/font-releases/woffs/equity_caps_a_regular.woff"
|
||
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
||
|
|
||
|
◊(ffd/rp "equity-caps" "~/git/font-releases/woffs/equity_caps_a_bold.woff"
|
||
|
#:font-style "normal" #:font-weight "bold" #:base64 #t)
|
||
|
|