Created
July 2, 2020 23:25
-
-
Save Efreak/79bdfe87a38458e8cf3e466db7e115f2 to your computer and use it in GitHub Desktop.
Bookerly font-face rules
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment