Gökhan Çiflikli

Results 6 comments of Gökhan Çiflikli

Thanks for looking into it! To me, from a design point of view (i.e. not considering the programming aspect), the "WI Blue/Red" solution would be ideal assuming the implementation is...

Looks very promising! Happy to give it a go once it's out.

@oneryalcin Can you provide code that can reproduce ggplot successfully rendering RC in a Shiny app? I have tried all the CSS tricks and hacks. I have RC displaying correctly...

@PaulC91 ggplot definitely seems to produce images that later get embedded, yes. On the Linux server part, I tried the following after seeing Yihui's post somewhere (Google groups?), but it...

Oh nice - is it going to be something along the lines of #5? That sounds like a neat trick.

Found a workaround! [Blog post](https://jackolney.github.io/blog/post/2016-08-15-ggplot2-font/) Add this to global.R require(showtext) font_add_google(name = "Roboto Condensed", family = "Roboto Condensed", regular.wt = 400, bold.wt = 700) showtext_auto() showtext_opts(dpi = 112) Link to...