You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to document the proper methodology to modify fonts. I mistakenly thought I could do it in bootstrap-email.scss. After diving into the source, I discovered that you could only set it through the following:
Create a bootstrap-head.scss (for rails, the default can be in app/assets/stylesheets/bootstrap-head.scss, bootstrapemail automatically checks that location).
It would be useful to document the proper methodology to modify fonts. I mistakenly thought I could do it in
bootstrap-email.scss
. After diving into the source, I discovered that you could only set it through the following:app/assets/stylesheets/bootstrap-head.scss
, bootstrapemail automatically checks that location).$font-family-base
variable.Example:
The text was updated successfully, but these errors were encountered: