We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8676af + 49ca3b7 commit ee97aa7Copy full SHA for ee97aa7
README.md
@@ -31,3 +31,11 @@ cancel();
31
That's it?
32
=====
33
Yea! That's it. Other options like `font-family` and `font-size` are taken from **computed styles** so you can just style it like the other layers.
34
+```css
35
+.js-odoo {
36
+ font-size: 60px;
37
+ font-family: Roboto;
38
+ fill: #fff;
39
+ text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
40
+}
41
+```
0 commit comments