all repos — site @ eeebe0c904a4b7e02e3ed001a75550e595946dff

source for my site, found at icyphox.sh

Add italic variant of EB Garamont
Anirudh Oppiliappan x@icyphox.sh
Sat, 08 Aug 2020 18:03:24 +0530
commit

eeebe0c904a4b7e02e3ed001a75550e595946dff

parent

4dac121fbfab44811098211087fbf837f7933345

3 files changed, 24 insertions(+), 18 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -13,6 +13,12 @@ }

@font-face { font-family: 'Garamond'; + src: url('/static/fonts/EBGaramond-Italic.ttf') format('truetype'); + font-style: italic; +} + +@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');
M templates/text.htmltemplates/text.html

@@ -48,14 +48,20 @@ <hr>

<div class="openring"> <div class="openring-feed"> - <h4><a href="https://drewdevault.com/2020/08/01/pkg-go-dev-sucks.html">pkg.go.dev is more concerned with Google's interests than good engineering</a></h4> - <p>pkg.go.dev sucks. It’s certainly prettier than godoc.org, but under the -covers, it’s a failure of engineering characteristic of the Google approach. + <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. -Go is a pretty good programming language. I have long held that this is not -attributable to Google’s stewa…</p> +Lack of sum types +Type assertions +Date and Time +Statements over Expressions +Erroring out on unused variables +Error handling - <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Aug 01, 2020</p> +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>

@@ -68,20 +74,14 @@ </div>

<div class="openring-feed"> - <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. - -Lack of sum types -Type assertions -Date and Time -Statements over Expressions -Erroring out on unused variables -Error handling + <h4><a href="https://drewdevault.com/2020/08/01/pkg-go-dev-sucks.html">pkg.go.dev is more concerned with Google's interests than good engineering</a></h4> + <p>pkg.go.dev sucks. It’s certainly prettier than godoc.org, but under the +covers, it’s a failure of engineering characteristic of the Google approach. -Lack of Sum types -A “Sum” ty…</p> +Go is a pretty good programming language. I have long held that this is not +attributable to Google’s stewa…</p> - <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Aug 01, 2020</p> + <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Aug 01, 2020</p> </div>