ONSvisual / Simple-charts

Simple responsive charts
16 stars 12 forks source link

Clean up sources and font weights #14

Closed henryjameslau closed 5 years ago

henryjameslau commented 5 years ago

Fonts loaded should be open sans 400 and 700, we don't use 300, 600 or condensed anymore

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">

Source size and weight should match ONS website

henryjameslau commented 5 years ago

Sources should be h6

h6 {
   font-size: 16px;
   margin: 16px 0 8px 0;
   font-weight: 700;
   color:#323132;
}
JureStabuc commented 5 years ago

All sources updated, links stripped out.