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.
19 lines
542 B
Puppet
19 lines
542 B
Puppet
#lang pollen
|
|
◊(require css-tools/font-face)
|
|
|
|
/* © 2015 Matthew Butterick */
|
|
|
|
|
|
◊(ffd/rp "source-serif" "SourceSerif4-Regular.otf.woff2"
|
|
#:font-style "normal" #:font-weight "normal" #:base64 #t)
|
|
|
|
◊(ffd/rp "source-serif" "SourceSerif4-It.otf.woff2"
|
|
#:font-style "italic" #:font-weight "normal" #:base64 #t)
|
|
|
|
◊(ffd/rp "source-serif" "SourceSerif4-Bold.otf.woff2"
|
|
#:font-style "normal" #:font-weight "bold" #:base64 #t)
|
|
|
|
◊(ffd/rp "source-serif" "SourceSerif4-BoldIt.otf.woff2"
|
|
#:font-style "italic" #:font-weight "bold" #:base64 #t)
|
|
|