mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
quick fix of CSS to be able to set up style of posts text with b, i, etc tags
This commit is contained in:
parent
09135eaaf9
commit
79237470d8
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -232,7 +232,6 @@ time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font: inherit;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user