aboutsummaryrefslogtreecommitdiff
path: root/content/survey2018/style.html
diff options
context:
space:
mode:
authorTodd Kulesza <tkulesza@google.com>2019-03-26 15:15:25 -0700
committerDmitri Shuralyov <dmitshur@golang.org>2019-03-28 18:19:49 +0000
commit47c3eddd4ef7a098f89452dd0b1c77a8dc969ae1 (patch)
treeef6a70ad62dd0dba32ed152e9e4d07f42acb41ea /content/survey2018/style.html
parent6bedf551f6d7d21cf7f656a0748ca65bf387b884 (diff)
blog: add results from 2018 developer survey
This post presents and discusses the results from our 2018 developer survey, including a comparison with survey results from years prior. Change-Id: Ied3e0fa30a80ef765034a5137138b6824365131b Reviewed-on: https://go-review.googlesource.com/c/blog/+/169439 Reviewed-by: Steve Francia <spf@golang.org>
Diffstat (limited to 'content/survey2018/style.html')
-rw-r--r--content/survey2018/style.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/survey2018/style.html b/content/survey2018/style.html
new file mode 100644
index 0000000..71528f9
--- /dev/null
+++ b/content/survey2018/style.html
@@ -0,0 +1,6 @@
+<style>
+ p.note {
+ font-size: 0.80em;
+ font-family: "Helvetica Neue", Arial, sans-serif; /* Helvetica on Mac aka sans-serif has broken U+2007 */
+ }
+</style> \ No newline at end of file