We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a828cfc commit 8d55896Copy full SHA for 8d55896
1 file changed
182-google-charts/app.R
@@ -26,10 +26,12 @@ ui <- fluidPage(
26
27
# Use the Google webfont "Source Sans Pro"
28
tags$link(
29
- href=paste0("http://fonts.googleapis.com/css?",
30
- "family=Source+Sans+Pro:300,600,300italic"),
31
- rel="stylesheet", type="text/css"),
32
- tags$style(type="text/css",
+ href = "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic",
+ rel = "stylesheet",
+ type = "text/css"
+ ),
33
+ tags$style(
34
+ type = "text/css",
35
"body {font-family: 'Source Sans Pro'}"
36
),
37
0 commit comments