[css-fonts] local() definition missing

  # src: [ <url> [format(<string> #)]? | <font-face-name> ] #
  # ...
  # The locally-installed <font-face-name> argument to local() is
  # a format-specific string that uniquely identifies a single
  # font face within a larger family.
  # ...
  # src: local(Gentium),    /* use locally available Gentium */
  #      url(Gentium.woff); /* otherwise, download it */

So, is <font-face-name> representing local() or the argument to it?
Because there seems to be some inconsistency here. :)

~fantasai

Received on Wednesday, 23 March 2016 20:15:23 UTC