Half an hour just to change the font looks long for me
But thanks for your answer !
First, how can I know if Iām using app-script 0.0.48 ? the thing I know is that currently Iām using RC 4.
Then, what do you mean with āmain/primary/first/global scssā because I donāt find it ^^
So no, I donāt no which is my āprimary/main scss filleāā¦
Iām sorry but Iām not an experienced user I actually have this code in src/app/app.scss :
@font-face {
font-family: āJosefin Sansā;
font-weight: 400;
font-style: normal;
src: url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.eotā);
src: url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.eot?#iefixā) format(āembedded-opentypeā),
local(āJosefin Sansā),
local(āJosefin-Sans-regularā),
url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.woff2ā) format(āwoff2ā),
url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.woffā) format(āwoffā),
url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.ttfā) format(ātruetypeā),
url(āā¦/assets/fonts/Josefin-Sans-regular/Josefin-Sans-regular.svg#JosefinSansā) format(āsvgā);
}
and then this in src/theme/variables.scss :
$font-family-md-base: āJosefin Sansā;
$font-family-ios-base: āJosefin Sansā;
$font-family-wp-base: āJosefin Sansā;
But it donāt works for meā¦