Created
January 15, 2024 16:38
-
-
Save MadaraUchiha/dcd2a7d80697e1fb240b96f5fc6cd494 to your computer and use it in GitHub Desktop.
Wandering Inn Stylus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Bookerly'; | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.eot'); /* IE9 Compat Modes */ | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.woff') format('woff'), /* Pretty Modern Browsers */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
font-weight: normal; | |
font-style: normal; | |
} | |
@font-face { | |
font-family: 'Bookerly'; | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-RegularItalic.eot'); /* IE9 Compat Modes */ | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-RegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-RegularItalic.woff') format('woff'), /* Pretty Modern Browsers */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-RegularItalic.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-RegularItalic.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
font-weight: normal; | |
font-style: italic; | |
} | |
@font-face { | |
font-family: 'Bookerly'; | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-BoldItalic.eot'); /* IE9 Compat Modes */ | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-BoldItalic.woff') format('woff'), /* Pretty Modern Browsers */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-BoldItalic.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
font-weight: bold; | |
font-style: italic; | |
} | |
@font-face { | |
font-family: 'Bookerly'; | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Bold.eot'); /* IE9 Compat Modes */ | |
src: url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Bold.woff') format('woff'), /* Pretty Modern Browsers */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('https://rawcdn.githack.com/skotzko/oldblog/c34be5396747ab36b352ec48b964e3e8548d5e37/scss/fonts/bookerly/Bookerly-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
font-weight: bold; | |
font-style: normal; | |
} | |
:root { | |
--reader-font-family: Bookerly | |
} | |
#content p { | |
margin-top: var(--reader-paragraph-spacing, 1.625em) | |
} | |
#content ul { | |
list-style: unset; | |
} | |
#content ul, #content ol { | |
padding-left: 2em; | |
} | |
#content [style*="#0c0e0e"] { | |
color: hsl(0, 0%, 20%) !important; | |
text-decoration: line-through; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment