Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

font-weight does not change in custom styles.css #130

Closed
tibohei-tamedia opened this issue Sep 1, 2019 · 1 comment
Closed

font-weight does not change in custom styles.css #130

tibohei-tamedia opened this issue Sep 1, 2019 · 1 comment

Comments

@tibohei-tamedia
Copy link

tibohei-tamedia commented Sep 1, 2019

Problem/Bug

In styles.css when defining a custom font font-weight does not work for export to pdf.

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap');

html, body {
  background: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #535353;
  word-wrap: break-word;
  hyphens: auto;
}

I tried different fonts (Roboto, Open Sans, Quicksand) and different weights (300, 400, etc.). Changes of font-family do work. Markdown markers for **bold text**do also not work.

When exporting to HTML changes of font-weight are working.

What am I missing? Or is this a bug?

@tibohei-tamedia tibohei-tamedia changed the title font-weight does not changer in custom styles.css font-weight does not change in custom styles.css Sep 1, 2019
@cakebake
Copy link
Owner

cakebake commented Dec 7, 2020

Hello, sorry, but I will no longer maintain the project.

This project is archived because the owner no longer uses the Atom Editor.

It would be very good to find a new owner for this project, who will take care of updating and expanding the Atom package. A new version based on Chrome Headless has already been prepared in a feature branch.

@cakebake cakebake closed this as completed Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants