From 49ca3b7744824dc5b8cecfe3c94b854cf153721f Mon Sep 17 00:00:00 2001 From: coderitual Date: Tue, 30 Aug 2016 21:57:27 +0200 Subject: [PATCH] docs Update readme with css styling example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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); +} +```