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.
31 lines
960 B
Puppet
31 lines
960 B
Puppet
#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)
|