mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 17:23:58 +02:00
Fix faux bold CSS bug
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
.site-header{
|
||||
text-align: center;
|
||||
}
|
||||
.site-title{
|
||||
h1.site-title{
|
||||
.mbn;
|
||||
font-family: 'Alfa Slab One';
|
||||
font-size: @baseline * 4;
|
||||
font-weight: normal !important;
|
||||
line-height: @baseline * 5 !important;
|
||||
|
||||
a{
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
@header-color: #111;
|
||||
@header-font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
|
||||
@header-font-weight: bold;
|
||||
@header-font-weight: 700;
|
||||
|
||||
/* ==========================================================================
|
||||
Grid
|
||||
|
Reference in New Issue
Block a user