Skip to content

Commit ee97aa7

Browse files
author
Michał Skowronek
authored
Merge pull request #22 from coderitual/dev
docs Update readme with css styling example
2 parents d8676af + 49ca3b7 commit ee97aa7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ cancel();
3131
That's it?
3232
=====
3333
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

Comments
 (0)