Skip to content

youthradio/yr-media-typography

Repository files navigation

yr-media-typography

All fonts

<link rel="stylesheet" href="https://yr.media/statics/yr-media-typography/yr-typography.css">

Assistant and Roboto

<link rel="stylesheet" href="https://yr.media/statics/yr-media-typography/yr-assistant-roboto.css">

Example

h1.daysans {
  font: 900 72px/1.05 "Days Sans Black", sans-serif;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
h1.roboto {
  font: 700 18px 'Roboto Mono', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.14px;
}
h1.solanogothic {
  margin: 0 0 64px;
  font: 500 24px/1.4 "Solano Gothic MVB", sans-serif;
  text-transform: none;
}
p.assistant {
  margin-bottom: 30px;
  font: 18px/1.7 'Assistant', sans-serif;
  letter-spacing: 0.5px;
}