View Single Post
Old 06-28-2022, 12:32 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Calibre supports stylistic sets, which you can use to select alternate glyphs.

Spoiler:
Code:
@font-face {
  font-family: 'Cormorant';
  font-weight: normal;
  font-style: normal;
  src: url(../Fonts/Cormorant-Regular.ttf);
}

body {
  font-family: 'Cormorant';
}

.ss10 {
  -moz-font-feature-settings: "ss10";
  -webkit-font-feature-settings: "ss10";
  font-feature-settings: "ss10";
}


You might find the OpenType Tester website useful for experimenting with OpenType features.
Attached Thumbnails
Click image for larger version

Name:	ss10.png
Views:	128
Size:	52.4 KB
ID:	194613  
Attached Files
File Type: epub cormorant.epub (214.6 KB, 101 views)
Doitsu is offline   Reply With Quote