Skip to content

font-size + title #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

font-size + title #5

wants to merge 3 commits into from

Conversation

diomed
Copy link
Contributor

@diomed diomed commented Oct 29, 2018

bigger font size + title in head
specified doctype

@diomed
Copy link
Contributor Author

diomed commented Oct 29, 2018

please enable github pages, and put link to it in website area of main repo

@jamesknelson
Copy link
Contributor

I'm not willing to change the font size, sorry - it'd break the layout when printing, which is the main point of this cheatsheet.

@diomed
Copy link
Contributor Author

diomed commented Nov 9, 2018

I see your point, and I raise you a css media query for printing:

@media print {
   font-size: 8pt;
}

which allows font to stay smaller when printing, while on page it displays bigger.

@diomed
Copy link
Contributor Author

diomed commented Nov 25, 2018

what do you say about that ⁉️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants