File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 88 < style >
99 @font-face {
1010 font-family : 'Amstelvar VF' ;
11- src : url ('fonts/AmstelvarAlpha-VF.woff2' ) format ('woff2' );
11+ src : url ('fonts/AmstelvarAlpha-VF.woff2' ) format ('woff2-variations ' );
1212 font-weight : 100 900 ;
13- font-stretch : 75 100 ;
13+ font-stretch : 75% 100% ;
1414 font-style : normal;
1515 font-display : swap;
1616 }
Original file line number Diff line number Diff line change 1010 font-family : 'Jost VF' ;
1111 src : url ('fonts/jost-VF.woff2' ) format ('woff2-variations' );
1212 font-weight : 300 900 ;
13- font-stretch : 75 150 ;
14- font-style : normal ;
13+ font-stretch : 75% 150% ;
14+ font-style : oblique 0 deg 20 deg ;
1515 font-display : swap;
1616 }
1717
106106 /* italic range is 0 or 1 */
107107 .container1 * {
108108 font-style : italic;
109+ font-synthesis : none;
109110 }
110111 </ style >
111112 < style class ="editable2 ">
112113 /* italic range is 0 or 1 */
113114 .container2 * {
115+ font-synthesis : none;
114116 font-variation-settings : 'ital' 1 ;
115117 }
116118 </ style >
117119 < style class ="editable3 ">
118120 /* Adjust with slider & custom property */
119121 .container3 * {
122+ font-synthesis : none;
120123 font-variation-settings : 'ital' var (--text-axis );
121124 }
122125 </ style >
134137 /* italic can only be italic or normal */
135138 .container1 * {
136139 font-style: italic;
140+ font-synthesis: none;
137141 }
138142</ textarea >
139143< textarea id ="code1 " class ="playable-html1 ">
151155< textarea class ="playable-css2 ">
152156 /* italic can only be italic or normal */
153157 .container2 * {
158+ font-synthesis: none;
154159 font-variation-settings: 'ital' 1;
155160 }
156161</ textarea >
169174< textarea class ="playable-css3 ">
170175 /* Adjust with slider & custom property */
171176 .container3 * {
177+ font-synthesis: none;
172178 font-variation-settings: 'ital' var(--text-axis);
173179 }
174180</ textarea >
Original file line number Diff line number Diff line change 1010 font-family : 'Amstelvar VF' ;
1111 src : url ('fonts/AmstelvarAlpha-VF.woff2' ) format ('woff2-variations' );
1212 font-weight : 300 900 ;
13- font-stretch : 75 150 ;
13+ font-stretch : 75% 150% ;
1414 font-style : normal;
1515 font-display : swap;
1616 }
Original file line number Diff line number Diff line change 1010 font-family : 'Amstelvar VF' ;
1111 src : url ('fonts/AmstelvarAlpha-VF.woff2' ) format ('woff2-variations' );
1212 font-weight : 300 900 ;
13- font-stretch : 75 150 ;
13+ font-stretch : 75% 150% ;
1414 font-style : normal;
1515 font-display : swap;
1616 }
Original file line number Diff line number Diff line change 1010 font-family : 'Roboto VF' ;
1111 src : url ('fonts/Roboto-VF.woff2' ) format ('woff2-variations' );
1212 font-weight : 100 900 ;
13- font-stretch : 75 100 ;
13+ font-stretch : 75% 100% ;
1414 font-style : oblique 0deg 12deg ;
1515 font-display : swap;
1616 }
You can’t perform that action at this time.
0 commit comments