Adds variable fonts!
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
src/common_styles/fonts/TrilbyVariable-VF-Testing.woff
Normal file
BIN
src/common_styles/fonts/TrilbyVariable-VF-Testing.woff
Normal file
Binary file not shown.
BIN
src/common_styles/fonts/TrilbyVariable-VF-Testing.woff2
Normal file
BIN
src/common_styles/fonts/TrilbyVariable-VF-Testing.woff2
Normal file
Binary file not shown.
BIN
src/common_styles/fonts/TrilbyVariable-VF_Italic-Testing.woff
Normal file
BIN
src/common_styles/fonts/TrilbyVariable-VF_Italic-Testing.woff
Normal file
Binary file not shown.
BIN
src/common_styles/fonts/TrilbyVariable-VF_Italic-Testing.woff2
Normal file
BIN
src/common_styles/fonts/TrilbyVariable-VF_Italic-Testing.woff2
Normal file
Binary file not shown.
@@ -17,9 +17,17 @@
|
||||
@font-face {
|
||||
font-family: 'Trilby';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('fonts/Trilby-Regular-Testing.woff2') format('woff2'),
|
||||
url('fonts/Trilby-Regular-Testing.woff') format('woff');
|
||||
font-weight: 400 800;
|
||||
src: url('fonts/TrilbyVariable-VF-Testing.woff2') format('woff2'),
|
||||
url('fonts/TrilbyVariable-VF-Testing.woff') format('woff');
|
||||
}
|
||||
|
||||
$stack: 14px 'Trilby', 'Century Gothic', Futura, sans-serif;
|
||||
@font-face {
|
||||
font-family: 'Trilby';
|
||||
font-style: italic;
|
||||
font-weight: 400 800;
|
||||
src: url('fonts/TrilbyVariable-VF_Italic-Testing.woff2') format('woff2'),
|
||||
url('fonts/TrilbyVariable-VF_Italic-Testing.woff') format('woff');
|
||||
}
|
||||
|
||||
$stack: 18px 'Trilby', 'Century Gothic', Futura, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user