experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(themes): copy fonts to theme-peek extension and fix font URLs

+2 -2
extensions/theme-peek/fonts/ServerMono-Regular-Italic.woff2

This is a binary file and will not be displayed.

extensions/theme-peek/fonts/ServerMono-Regular.woff2

This is a binary file and will not be displayed.

+2 -2
extensions/theme-peek/variables.css
··· 11 11 /* ServerMono font */ 12 12 @font-face { 13 13 font-family: "ServerMono"; 14 - src: url("peek://app/themes/peek/fonts/ServerMono-Regular.woff2") format("woff2"); 14 + src: url("./fonts/ServerMono-Regular.woff2") format("woff2"); 15 15 font-weight: normal; 16 16 font-style: normal; 17 17 } 18 18 19 19 @font-face { 20 20 font-family: "ServerMono"; 21 - src: url("peek://app/themes/peek/fonts/ServerMono-Regular-Italic.woff2") format("woff2"); 21 + src: url("./fonts/ServerMono-Regular-Italic.woff2") format("woff2"); 22 22 font-weight: normal; 23 23 font-style: italic; 24 24 }