diff --git a/core/fonts/private/fontface.html b/core/fonts/private/fontface.html index fd87d84..2e420cc 100644 --- a/core/fonts/private/fontface.html +++ b/core/fonts/private/fontface.html @@ -17,7 +17,11 @@ {{- with partialCached "huge/fonts/private/ParseFontface" . . -}} @font-face { {{- range $key, $val := . }} + {{- if eq $key "font-family" }} + {{ $key }}: "{{ $val }}"; + {{- else }} {{ $key }}: {{ $val }}; + {{- end -}} {{- end }} } {{ end }}