diff --git a/content/writing/abolish-the-family.html b/content/writing/abolish-the-family.html index ebcef6b..81f9ca9 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 02ee9c9..44cfd4b 100644 --- a/themes/sophie-lewis/assets/scss/font.scss +++ b/themes/sophie-lewis/assets/scss/font.scss @@ -14,32 +14,11 @@ $sans_font: IBMPlexSans; $serif_font: IBMPlexSerif; $mono_font: IBMPlexMono; -@font-face { - @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') + @include define-font-family($sans_font, normal, null, 'IBMPlexSans-Regular.woff2') } @font-face { @include define-font-family($mono_font, normal, null, 'IBMPlexMono-Regular.woff2') @@ -47,3 +26,9 @@ $mono_font: IBMPlexMono; @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 b796e98..3f4a96d 100644 --- a/themes/sophie-lewis/assets/scss/main.scss +++ b/themes/sophie-lewis/assets/scss/main.scss @@ -23,6 +23,14 @@ 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{ @@ -344,6 +352,7 @@ footer { &.past-event { opacity: 0.5; } .event-title { + font-family: $sans_font; padding-bottom: 0; font-weight: bold; } @@ -365,20 +374,10 @@ 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; } @@ -399,19 +398,12 @@ 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 deleted file mode 100644 index 2e437e2..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Bold.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf deleted file mode 100644 index f2695fc..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-BoldItalic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf deleted file mode 100644 index 3cb28a3..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Italic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf deleted file mode 100644 index 39f178d..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Medium.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf deleted file mode 100644 index 0d887f7..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-MediumItalic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf deleted file mode 100644 index 81ca3dc..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexMono-Regular.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf deleted file mode 100644 index 07f8bc8..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-BoldItalic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf deleted file mode 100644 index 9ef096f..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Italic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf deleted file mode 100644 index 20a6fb0..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Light.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf deleted file mode 100644 index 66c407f..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-LightItalic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf deleted file mode 100644 index 15925f1..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Medium.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf deleted file mode 100644 index f1c3da2..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSans-Regular.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf deleted file mode 100644 index c1109d7..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Italic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf deleted file mode 100644 index 8f7ad6a..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-Light.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf b/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf deleted file mode 100644 index 9e16a50..0000000 Binary files a/themes/sophie-lewis/static/font/ttf/IBMPlexSerif-LightItalic.ttf and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 deleted file mode 100644 index 676495c..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Bold.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 deleted file mode 100644 index 7746c25..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-BoldItalic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 deleted file mode 100644 index c6450ef..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-Italic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 deleted file mode 100644 index 5eff207..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexMono-MediumItalic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 deleted file mode 100644 index 6656c93..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-BoldItalic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 deleted file mode 100644 index 03ff6ce..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Italic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 deleted file mode 100644 index 5ebad87..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Light.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 deleted file mode 100644 index 18f7368..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-LightItalic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 deleted file mode 100644 index e35a162..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSans-Medium.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 new file mode 100644 index 0000000..b0cbf72 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Bold.woff2 differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 deleted file mode 100644 index bf5f65b..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Light.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 deleted file mode 100644 index e1d83dd..0000000 Binary files a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-LightItalic.woff2 and /dev/null differ diff --git a/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 new file mode 100644 index 0000000..0137ee4 Binary files /dev/null and b/themes/sophie-lewis/static/font/woff2/IBMPlexSerif-Regular.woff2 differ