all repos — site @ f6c0227ad3ffbb9d5e7a0f6bb93542ffc71e17c4

source for my site, found at icyphox.sh

static/charter.css (view raw)

 1/* for git.icyphox.sh */
 2
 3@supports (font-variation-settings: normal) {
 4  html { 
 5    font-family: 'Charter', sans-serif; 
 6    font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'zero' 1, 
 7    'cv03' 1, 'cv02' 1, 'cv04' 1, 'tnum' 1; 
 8  }
 9}
10
11@font-face {
12  font-family: 'Charter';
13  src: url('fonts/charter_italic.woff') format('woff');
14  font-style: italic;
15}
16
17
18@font-face {
19  font-family: 'Charter';
20  src: url('fonts/charter_bold.woff') format('woff');
21}
22
23@font-face {
24  font-family: 'Charter';
25  src: url('fonts/charter_regular.woff') format('woff');
26}