Add explicit font sizes and boldness.
This commit is contained in:
parent
805b4ef8e0
commit
fc129124b8
34
pages/helpers/font.css
Normal file
34
pages/helpers/font.css
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
/*** Fonts and text sizes. ***/
|
||||||
|
|
||||||
|
/* For debugging anything which does not have a font size yet. * /
|
||||||
|
* {
|
||||||
|
color: cyan;
|
||||||
|
font-size: xx-large;
|
||||||
|
}
|
||||||
|
/* */
|
||||||
|
|
||||||
|
p,li,code,a,pre {
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
|
|
||||||
|
b,figcaption {
|
||||||
|
font-size: large;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong,img {
|
||||||
|
font-size: larger;
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6,h5 {
|
||||||
|
font-size: larger;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4,h3 {
|
||||||
|
font-size: x-large;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2,h1 {
|
||||||
|
font-size: xx-large;
|
||||||
|
}
|
@ -13,6 +13,9 @@
|
|||||||
<style>
|
<style>
|
||||||
<?php include "main.css"; ?>
|
<?php include "main.css"; ?>
|
||||||
</style>
|
</style>
|
||||||
|
<style>
|
||||||
|
<?php include "font.css"; ?>
|
||||||
|
</style>
|
||||||
<style>
|
<style>
|
||||||
<?php include "dark.css"; ?>
|
<?php include "dark.css"; ?>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user