c06b85e31b17e9e891ed33bd8c5ec07a8e33058e
Alice-regular.woff2
... | ... | Binary files /dev/null and b/Alice-regular.woff2 differ |
custom.css
... | ... | @@ -7683,5 +7683,5 @@ blockquote p { |
7683 | 7683 | } |
7684 | 7684 | |
7685 | 7685 | .markdown-body { |
7686 | - font-family: B612,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; |
|
7686 | + font-family: Alice, serif; |
|
7687 | 7687 | } |
fonts/fonts.css
... | ... | @@ -38,3 +38,10 @@ |
38 | 38 | font-weight: 700; |
39 | 39 | src: url(Raleway.ttf) format('truetype'); |
40 | 40 | } |
41 | +@font-face { |
|
42 | + font-family: 'Alice'; |
|
43 | + font-style: normal; |
|
44 | + font-weight: 400; |
|
45 | + src: url(Alice-regular.woff2) format('woff2'); |
|
46 | + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; |
|
47 | +} |