#lang pollen ◊(require css-tools/font-face) /* © 2015 Matthew Butterick */ ◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_b_regular.woff" #:font-style "normal" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_b_italic.woff" #:font-style "italic" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_b_bold.woff" #:font-style "normal" #:font-weight "bold" #:base64 #t) ◊(ffd/rp "equity-text" "~/git/font-releases/woffs/equity_text_b_bold_italic.woff" #:font-style "italic" #:font-weight "bold" #:base64 #t) ◊(ffd/rp "equity-caps" "~/git/font-releases/woffs/equity_caps_b_regular.woff" #:font-style "normal" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "equity-caps" "~/git/font-releases/woffs/equity_caps_b_bold.woff" #:font-style "normal" #:font-weight "bold" #:base64 #t)