all repos — site @ b5c4a081f04dc38d8bbae4d1abecfb2dd26fde02

source for my site, found at icyphox.sh

static/charter.css (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
/* for git.icyphox.sh */

@supports (font-variation-settings: normal) {
  html { 
    font-family: 'Charter', sans-serif; 
    font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 
    'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; 
  }
}

@font-face {
  font-family: 'Charter';
  src: url('fonts/charter_italic.woff') format('woff');
  font-style: italic;
}


@font-face {
  font-family: 'Charter';
  src: url('fonts/charter_bold.woff') format('woff');
}

@font-face {
  font-family: 'Charter';
  src: url('fonts/charter_regular.woff') format('woff');
}