This should've fixed it
Anirudh Oppiliappan x@icyphox.sh
Sat, 08 Aug 2020 17:47:48 +0530
3 files changed,
25 insertions(+),
15 deletions(-)
M
static/style.css
→
static/style.css
@@ -1,13 +1,6 @@
@font-face { font-family: 'Inter'; - src: url('fonts/Inter-V.otf') format('opentype'); -} - -@font-face { - font-family: 'EB Garamond', serif; - src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype'), - url('fonts/EBGaramond-Regular.woff2') format('woff2'), - url('fonts/EBGaramond-Regular.woff') format('woff'); + src: url('/static/fonts/Inter-V.otf') format('opentype'); } @supports (font-variation-settings: normal) {@@ -16,6 +9,13 @@ font-family: 'Inter', 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: 'Garamond'; + src: url('/static/fonts/EBGaramond-Regular.ttf') format('truetype'); + src: url('/static/fonts/EBGaramond-Regular.woff2') format('woff2'); + src: url('/static/fonts/EBGaramond-Regular.woff') format('woff'); } :root {@@ -41,7 +41,7 @@
article > p, blockquote { font-size: 21px; line-height: 1.4; - font-family: 'EB Garamond'; + font-family: 'Garamond'; font-feature-settings: normal; }
M
templates/text.html
→
templates/text.html
@@ -60,18 +60,28 @@ </div>
<div class="openring-feed"> - <h4><a href="https://k1ss.org/blog/20200803a">03/08/2020: This month in KISS (#4)</a></h4> - <p>Welcome to month 4!…</p> + <h4><a href="https://gru.gq/2020/07/17/propaganda-harder-than-it-looks/">Propaganda, harder than it looks</a></h4> + <p>A poor effort at “black propaganda” The success or failure of black propaganda depends on the receiver’s willingness to accept the credibility of the source and the content of the message. Care has to be taken to place the sources and messages within a soc…</p> - <p>via <a href="https://k1ss.org">KISS Linux Blog</a> on Aug 03, 2020</p> + <p>via <a href="https://gru.gq">grugq’s domain</a> on Jul 17, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://www.bellingcat.com/news/mena/2020/08/07/the-beirut-explosion-is-it-a-bird-is-it-a-plane-is-it-a-faked-video-of-a-missile/">The Beirut Explosion – Is It A Bird? Is It A Plane? Is It A Faked Video Of A Missile?</a></h4> - <p>In the days after every catastrophe, it is inevitable that rumours and misinformation will be passed around on social networks and by word of mouth. This appears to be a universal human behaviour. The disaster in Beirut is no different. In the three days s…</p> + <h4><a href="https://peppe.rs/posts/gripes_with_go/">Gripes With Go</a></h4> + <p>You’ve read a lot of posts about the shortcomings of the Go programming language, so what’s one more. - <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 07, 2020</p> +Lack of sum types +Type assertions +Date and Time +Statements over Expressions +Erroring out on unused variables +Error handling + +Lack of Sum types +A “Sum” ty…</p> + + <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Aug 01, 2020</p> </div>