diff --git a/README.md b/README.md index ec95a3f..b816f68 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,11 @@ cancel(); That's it? ===== 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. +```css +.js-odoo { + font-size: 60px; + font-family: Roboto; + fill: #fff; + text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); +} +```