aboutsummaryrefslogtreecommitdiffstats
path: root/demo
diff options
context:
space:
mode:
authorTomi Virkki <virkki@vaadin.com>2016-01-13 10:01:27 +0200
committerTomi Virkki <virkki@vaadin.com>2016-01-13 10:01:27 +0200
commit985e9bf43a32fa5ae4b51198a70dc31197d3706d (patch)
tree90823305d99d6a9ea4473367a49222c77293cba3 /demo
parent01b11927f9fe00367f0eebbf41105cdf0bad170e (diff)
downloadvaadin-core-985e9bf43a32fa5ae4b51198a70dc31197d3706d.tar.gz
vaadin-core-985e9bf43a32fa5ae4b51198a70dc31197d3706d.zip
Font family added to embedded examples
Diffstat (limited to 'demo')
-rw-r--r--demo/angular-demo-embed.html1
-rw-r--r--demo/react-demo-embed.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/demo/angular-demo-embed.html b/demo/angular-demo-embed.html
index 467f1de..450b697 100644
--- a/demo/angular-demo-embed.html
+++ b/demo/angular-demo-embed.html
@@ -19,6 +19,7 @@
body {
padding: 0;
margin: 0;
+ font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei New', 'Microsoft Yahei', SimSun, STXihei, sans-serif;
}
img.user-image {
diff --git a/demo/react-demo-embed.html b/demo/react-demo-embed.html
index bba8516..e14a7c4 100644
--- a/demo/react-demo-embed.html
+++ b/demo/react-demo-embed.html
@@ -17,6 +17,7 @@
body {
padding: 0;
margin: 0;
+ font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei New', 'Microsoft Yahei', SimSun, STXihei, sans-serif;
}
img.user-image {