quick fix of CSS to be able to set up style of posts text with b, i, etc tags

This commit is contained in:
Simon Grim 2015-07-14 05:51:21 +05:00
parent 09135eaaf9
commit 79237470d8
3 changed files with 20 additions and 19 deletions

View File

@ -1,19 +1,21 @@
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Bold.ttf");
font-weight: bold;
}
@font-face
{
@font-face {
font-family: "Symbola";
src: url("Symbola.ttf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -32,7 +34,6 @@ time, mark, audio, video, textarea
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif, Symbola;

View File

@ -1,30 +1,32 @@
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Regular.ttf");
font-weight: normal;
font-style: normal;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Bold.ttf");
font-weight: bold;
}
@font-face
{
@font-face {
font-family: "Open Sans";
src: url("OpenSans-Italic.ttf");
font-style: italic;
}
@font-face
{
@font-face {
font-family: "Open Sans Condensed";
src: url("OpenSansCondensed300.ttf");
}
@font-face
{
@font-face {
font-family: "Symbola";
src: url("/css/Symbola.ttf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@ -43,7 +45,6 @@ time, mark, audio, video, textarea
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif, Symbola;

View File

@ -232,7 +232,6 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}