User:Ceige/common.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
m (Chrysophylax moved page Ceige/common.css to User:Ceige/common.css without leaving a redirect)
m (Reverted edits by Chrysophylax (talk) to last revision by Ceige)
 
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
text-rendering:optimizeLegibility;
text-rendering:optimizeLegibility;
}
}
/* http://www.elliotjaystocks.com/blog/the-fine-flourish-of-the-ligature/ */
/* https://github.com/alfredxing/brick/wiki/Usage */


@font-face {
@font-face {

Latest revision as of 04:16, 4 March 2015

body {

   -moz-font-feature-settings:"liga=1, dlig=1"; 
   -moz-font-feature-settings:"liga", "dlig"; /* EDIT: new syntax for FF 15+ */ 
   -ms-font-feature-settings:"liga", "dlig"; 
   -o-font-feature-settings:"liga", "dlig"; 
   -webkit-font-feature-settings:"liga", "dlig"; 
   font-feature-settings:"liga", "dlig";

text-rendering:optimizeLegibility; } /* http://www.elliotjaystocks.com/blog/the-fine-flourish-of-the-ligature/ */

/* https://github.com/alfredxing/brick/wiki/Usage */

@font-face {

   font-family: 'EB Garamond';
   font-style: normal;
   font-weight: 400;
   src: local('EB Garamond 12'),url(//brick.a.ssl.fastly.net/fonts/ebgaramond/400.woff) format('woff');

} @font-face {

   font-family: 'EB Garamond';
   font-style: italic;
   font-weight: 400;
   src: local('EB Garamond 12 Italic'),url(//brick.a.ssl.fastly.net/fonts/ebgaramond/400i.woff) format('woff');

}

div.old { font-family: 'EB Garamond'; }