8 lines
144 B
Text
8 lines
144 B
Text
transform {
|
|
transform: scale(-1, -1) translate(-100, -100);
|
|
child: text {
|
|
font:"Cantarell 20";
|
|
glyphs:"ABC";
|
|
offset: 0 0;
|
|
}
|
|
}
|