fix: force font ligatures
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-22 12:27:17 +02:00
parent 7b0c41f778
commit b085a98e34
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,41 +1,41 @@
@font-face {
font-family: 'Fira Code';
src: url('/fonts/woff2/FiraCode-Light.woff2') format('woff2');
src: url('/fonts/woff2/FiraCode-Light.woff2') format('woff2') !important;
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/woff2/FiraCode-Regular.woff2') format('woff2');
src: url('/fonts/woff2/FiraCode-Regular.woff2') format('woff2') !important;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/woff2/FiraCode-Medium.woff2') format('woff2');
src: url('/fonts/woff2/FiraCode-Medium.woff2') format('woff2') !important;
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/woff2/FiraCode-SemiBold.woff2') format('woff2');
src: url('/fonts/woff2/FiraCode-SemiBold.woff2') format('woff2') !important;
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Fira Code';
src: url('/fonts/woff2/FiraCode-Bold.woff2') format('woff2');
src: url('/fonts/woff2/FiraCode-Bold.woff2') format('woff2') !important;
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Fira Code VF';
src: url('/fonts/woff2/FiraCode-VF.woff2') format('woff2-variations');
src: url('/fonts/woff2/FiraCode-VF.woff2') format('woff2-variations') !important;
/* [> font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes <] */
font-weight: 300 700;
font-style: normal;