Skip to content
  • Matthias Clasen's avatar
    gsk: Allow custom fonts in node files · 8158945d
    Matthias Clasen authored
    This will let us store complete test fonts inside node files,
    as data: urls. You can also use a file: url to refer to a local
    file.
    
    The syntax is as follows:
    
    text {
      font: "FONT DESCRIPTION" url("data:font/ttf;base64,FONT DATA");
    }
    
    with the url being optional.
    8158945d