ProductLift could offer more font control by allowing the use of Google Fonts.
1 year ago
This is already possible using the Custom (S)CSS 😀
This is how it looks like in the default variables. You can overwrite these.
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
$font-family-base: "Poppins",-apple-system,Helvetica,sans-serif !default;
`
1 year ago