mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 04:00:08 +00:00
8158945de9
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.
7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
text {
|
|
color: rgb(50,50,50);
|
|
font: "Cantarell 11";
|
|
glyphs: "N";
|
|
offset: 0 32.0186;
|
|
}
|