mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Font-family fallback
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
<StackLayout id="stack">
|
||||
<Button text="RESET" tap="buttonTap"/>
|
||||
|
||||
<Label text="Fallback: times or serif" style="font-family: invalid, 'one more invalid font', , Times New Roman, serif"/>
|
||||
<Label text="Fallback: monospace" style="font-family: invalid, Courier New, monospace"/>
|
||||
<Label text="Fallback: monospace bold italic" style="font-family: invalid, CourierNewPS-BoldItalicMT, monospace; font-weight: bold; font-style: italic;"/>
|
||||
|
||||
<Label text="GREEN" style="color: green" />
|
||||
<Button text="GREEN" style="color: green"/>
|
||||
<Button text="GREEN" style="color: green"/>c
|
||||
<TextView text="GREEN" style="color: green"/>
|
||||
<TextField text="GREEN" style="color: green"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user