Initial commit: Klammertext source distribution
Curated source subset assembled by klammertext-dev's doc/make_dist.sh: the Klammermachine (mac), the Standard Klammer Set (sks), the commands (com), editor plugins and install guides (doc), a test subset (tst), and lib/bin placeholders. Builds with 'make -C com'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
13
sks/font/fonts/libre-baskerville.css
Normal file
13
sks/font/fonts/libre-baskerville.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/* libre-baskerville-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Libre Baskerville';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('libre-baskerville/libre-baskerville-v5-latin-regular.eot'); /* IE9 Compat Modes */
|
||||
src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
|
||||
url('libre-baskerville/libre-baskerville-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('libre-baskerville/libre-baskerville-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
|
||||
url('libre-baskerville/libre-baskerville-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('libre-baskerville/libre-baskerville-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||
url('libre-baskerville/libre-baskerville-v5-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
Reference in New Issue
Block a user