Skip to content

Commit

Permalink
Ggiraph shinyio font (#20)
Browse files Browse the repository at this point in the history
* Chore: Move region dev scripts to own folder in dev

* Chore: Creating and starting dev workshop script for Stat neigh page

* Data: Updated Data dict for 0 dps

* Fix: Adding base family font specification to general_theme() for shinyapps io

* Fix: Use css to apply font to ggiraph plot

* Fix: Trying Arimo font loaded using gdtools

* Fix: Adding gfonts to renv

* Fix: Commenting out text css
  • Loading branch information
JT-39 authored Sep 25, 2024
1 parent 5dbed02 commit 133e195
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions www/dfe_shiny_gov_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ p {
overflow-wrap: anywhere; /* email too big for smaller screens and needs to wrap */
}

/* make all text sans-serif (for ggiraph plots on shinyapps.io)
text {
font-family: helvetica,arial,sans-serf;
}
*/

/* heading text */
.govuk-header__link--service-name {
font-family: "Helvetica Neue", "Arial", sans-serif;
Expand Down Expand Up @@ -378,7 +384,3 @@ html {
width: 50vw !important;
align-self: center;
}

text {
font-family: helvetica,arial,sans-serf;
}

0 comments on commit 133e195

Please sign in to comment.