all repos — site @ 32f0fb4da998d0c42a6cf2a5db4cec405b1da997

source for my site, found at icyphox.sh

Add charter.css
Anirudh Oppiliappan x@icyphox.sh
Tue, 08 Dec 2020 10:39:44 +0530
commit

32f0fb4da998d0c42a6cf2a5db4cec405b1da997

parent

bd027c1d7b8b78524b5d7ec5b3ff5571df953b18

1 files changed, 26 insertions(+), 0 deletions(-)

jump to
A static/charter.css

@@ -0,0 +1,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'); +}