Skip to content

Commit 8d55896

Browse files
jhk0530gadenbuie
andauthored
fix(182-google-charts): use https (#222)
* fix(182-google-charts): use https * chore: restore data source * chore: style changes --------- Co-authored-by: Garrick Aden-Buie <[email protected]>
1 parent a828cfc commit 8d55896

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

182-google-charts/app.R

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ ui <- fluidPage(
2626

2727
# Use the Google webfont "Source Sans Pro"
2828
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",
29+
href = "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic",
30+
rel = "stylesheet",
31+
type = "text/css"
32+
),
33+
tags$style(
34+
type = "text/css",
3335
"body {font-family: 'Source Sans Pro'}"
3436
),
3537

0 commit comments

Comments
 (0)