Sha256: dd8d2142f031f8377a7ed8a2168697155dfcf764d6aade1e3e821cee30211833

Contents?: true

Size: 669 Bytes

Versions: 5

Compression:

Stored size: 669 Bytes

Contents

// Body typeface
@font-face {
  font-family: "Jost";
  src: url("fonts/body/Jost.woff2") format("woff2");
}

// Code typeface
// There's no bold and italic font. Just don't do it.
@font-face {
  font-family: "OfficeCodePro";
  src: url("fonts/code/OfficeCodePro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OfficeCodePro";
  src: url("fonts/code/OfficeCodePro-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "OfficeCodePro";
  src: url("fonts/code/OfficeCodePro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-gruv-poole-1.1.0 _sass/typography/_fonts.scss
jekyll-theme-gruv-poole-1.0.3 _sass/typography/_fonts.scss
jekyll-theme-gruv-poole-1.0.2 _sass/typography/_fonts.scss
jekyll-theme-gruv-poole-1.0.1 _sass/typography/_fonts.scss
jekyll-theme-gruv-poole-1.0.0 _sass/typography/_fonts.scss