Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/generatepress   php

Repository URL to install this package:

Version: 3.2.4 

/ css / admin / editor-typography.css

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
}

p {
	line-height: inherit;
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

h1 {
	font-family: inherit;
	font-size: 42px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-family: inherit;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-family: inherit;
	font-size: 29px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h4,
h5,
h6 {
	font-family: inherit;
	margin-bottom: 20px;
	margin-top: 0;
}