revert font-size to 500 for Headings and ToC (site.min.css) !publish!

This commit is contained in:
constantinos 2023-08-17 11:37:20 +03:00
parent 579c7c4a16
commit f20d934f0a

View file

@ -2,7 +2,7 @@
THIS IS BASED ON THE DOTAWO CUSTOMIZATION
INCLUDING MODIFICATIONS:
- Use original Sandpoints fonts
- Use original Sandpoints fonts / revert to original font weight
- EDIT table: add vert line to the right
- ADD figcaption
- EDIT pre (font scale, line wrapping)
@ -164,8 +164,6 @@ td:not([align]),th:not([align]){
/* END FONTS */
html{
line-height:1.5
}
@ -383,7 +381,7 @@ ol li{
#TableOfContents li a{
font-family: vollkorn; /*gentium plus;*/
font-size:1.4rem;
font-weight:700
font-weight:500;/*700;*/
}
.counters{
color:rgba(0,0,0,.4)
@ -442,23 +440,23 @@ h1{
display:none
}
h2{
font-weight:700;
font-weight: 500;/*700;*/
font-size:1.6rem
}
h3{
font-weight:700;
font-weight: 500;/*700;*/
font-size:1.4rem
}
h4{
font-weight:700;
font-weight: 500;/*700;*/
font-size:1.2rem
}
h5{
font-weight:700;
font-weight: 500;/*700;*/
font-size:1.1rem
}
h6{
font-weight:700;
font-weight:500;/*700;*/
font-size:1rem
}
.abstract{