diff --git a/content/writing/abolish-the-family.html b/content/writing/abolish-the-family.html index 81f9ca9..ebcef6b 100644 --- a/content/writing/abolish-the-family.html +++ b/content/writing/abolish-the-family.html @@ -5,9 +5,9 @@ title: abolish-the-family
-

Abolish The Family: A Manifesto For Care And Liberation


- Abolish the Family Cover
- Pre-order now +

Abolish The Family: A Manifesto For Care And Liberation

+ Abolish the Family Cover +

Pre-order now

@@ -23,8 +23,8 @@ title: abolish-the-family
-
-

+

+

“I am consistently dazzled by Sophie Lewis's work, which is both intellectually capacious and heart-expanding. Abolish the Family is a liberatory demand and a world-making project proposed here with revolutionary love and inimitable style. Without fail, Lewis clarifies, disrupts and inspires.”

Natasha Lennard, Being Numerous: Essays on Non-Fascist Life

diff --git a/themes/sophie-lewis/assets/scss/font.scss b/themes/sophie-lewis/assets/scss/font.scss index 44cfd4b..02ee9c9 100644 --- a/themes/sophie-lewis/assets/scss/font.scss +++ b/themes/sophie-lewis/assets/scss/font.scss @@ -15,20 +15,35 @@ $serif_font: IBMPlexSerif; $mono_font: IBMPlexMono; @font-face { - @include define-font-family($serif_font, normal, italic, 'IBMPlexSerif-Italic.woff2') + @include define-font-family($sans_font, normal, italic, 'IBMPlexSans-Italic.woff2') } @font-face { @include define-font-family($sans_font, normal, null, 'IBMPlexSans-Regular.woff2') } +@font-face { + @include define-font-family($sans_font, 200, null, 'IBMPlexSans-Light.woff2') +} +@font-face { + @include define-font-family($sans_font, bold, italic, 'IBMPlexSans-BoldItalic.woff2') +} +@font-face { + @include define-font-family($sans_font, 700, null, 'IBMPlexSans-Medium.woff2') +} +@font-face { + @include define-font-family($sans_font, lighter, italic, 'IBMPlexSans-LightItalic.woff2') +} +@font-face { + @include define-font-family($serif_font, normal, italic, 'IBMPlexSerif-Italic.woff2') +} +@font-face { + @include define-font-family($serif_font, lighter, null, 'IBMPlexSerif-Light.woff2') +} +@font-face { + @include define-font-family($serif_font, lighter, italic, 'IBMPlexSerif-LightItalic.woff2') +} @font-face { @include define-font-family($mono_font, normal, null, 'IBMPlexMono-Regular.woff2') } @font-face { @include define-font-family($mono_font, 700, null, 'IBMPlexMono-Medium.woff2') } -@font-face { - @include define-font-family($serif_font, normal, null, 'IBMPlexSerif-Regular.woff2') -} -@font-face { - @include define-font-family($serif_font, normal, bold, 'IBMPlexSerif-Bold.woff2') -} diff --git a/themes/sophie-lewis/assets/scss/main.scss b/themes/sophie-lewis/assets/scss/main.scss index bf6984f..9c840c9 100644 --- a/themes/sophie-lewis/assets/scss/main.scss +++ b/themes/sophie-lewis/assets/scss/main.scss @@ -23,14 +23,6 @@ body { color: #eb2b2b; } } - - .order-link { - font-family: $mono_font !important; - font-size: 1.1rem; - text-align: center; - //display: inline-block; - @media (max-width: 480px) { padding-top: 1em; } - } } .red-text{ @@ -367,10 +359,20 @@ footer { h1{ text-align: center; color: #eb2b2b; + } .book-cover { margin-top: 2em; } + .order-link { + text-decoration: underline; + font-size: 1.2rem; + color: #eb2b2b; + text-align: center; + //display: inline-block; + @media (max-width: 480px) { padding-top: 1em; } + } + margin-bottom: 1.5em; } @@ -390,12 +392,19 @@ footer { } .testimonial-card { + font-family: $mono_font; font-size: 16px; text-transform: capitalize; + font-weight: bold; border: 1px solid; color: #eb2b2b; padding: 1em; margin-bottom: 2rem; + .testimonial-author { + font-weight: normal; + font-family: $serif_font; + font-size: 16px; + } } } diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf new file mode 100644 index 0000000..2e437e2 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf new file mode 100644 index 0000000..f2695fc Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf new file mode 100644 index 0000000..3cb28a3 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf new file mode 100644 index 0000000..39f178d Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf new file mode 100644 index 0000000..0d887f7 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf new file mode 100644 index 0000000..81ca3dc Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf new file mode 100644 index 0000000..07f8bc8 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf new file mode 100644 index 0000000..9ef096f Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf new file mode 100644 index 0000000..20a6fb0 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf new file mode 100644 index 0000000..66c407f Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf new file mode 100644 index 0000000..15925f1 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf new file mode 100644 index 0000000..f1c3da2 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf new file mode 100644 index 0000000..c1109d7 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf new file mode 100644 index 0000000..8f7ad6a Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf new file mode 100644 index 0000000..9e16a50 Binary files /dev/null and b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 new file mode 100644 index 0000000..676495c Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 new file mode 100644 index 0000000..7746c25 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 new file mode 100644 index 0000000..c6450ef Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 new file mode 100644 index 0000000..5eff207 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 new file mode 100644 index 0000000..6656c93 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 new file mode 100644 index 0000000..03ff6ce Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 new file mode 100644 index 0000000..5ebad87 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 new file mode 100644 index 0000000..18f7368 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 new file mode 100644 index 0000000..e35a162 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 deleted file mode 100644 index b0cbf72..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 new file mode 100644 index 0000000..bf5f65b Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 new file mode 100644 index 0000000..e1d83dd Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 deleted file mode 100644 index 0137ee4..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 and /dev/null differ