#lang pollen ◊(require css-tools/font-face) /* © 2015 Matthew Butterick */ ◊(ffd/rp "fira-sans" "FiraSans-Book.woff2" #:font-style "normal" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "fira-sans" "FiraSans-BookItalic.woff2" #:font-style "italic" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "fira-sans" "FiraSans-Bold.woff2" #:font-style "normal" #:font-weight "bold" #:base64 #t) ◊(ffd/rp "fira-sans" "FiraSans-BoldItalic.woff2" #:font-style "italic" #:font-weight "bold" #:base64 #t) ◊(ffd/rp "fira-mono" "FiraMono-Regular.woff2" #:font-style "normal" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "fira-mono" "FiraMono-Bold.woff2" #:font-style "normal" #:font-weight "bold" #:base64 #t) ◊(ffd/rp "cooper-hewitt" "CooperHewitt-Semibold.woff" #:font-style "normal" #:font-weight "normal" #:base64 #t) ◊(ffd/rp "concourse-t3-index" "concourse_index_regular.woff2" #:font-style "normal" #:font-weight "normal" #:base64 #t)