0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +00:00

Improved spacing for bold text, thanks @nickpunt

This commit is contained in:
Scott Tolksdorf
2016-01-21 22:39:15 -05:00
committed by Scott
parent 273a1a1b00
commit fe806b0636

View File

@@ -18,6 +18,7 @@
strong{ strong{
font-family : ScalySans; font-family : ScalySans;
font-weight : 800; font-weight : 800;
letter-spacing: -0.02em;
} }
} }
.useColumns(){ .useColumns(){
@@ -75,6 +76,7 @@
} }
strong{ strong{
font-weight : bold; font-weight : bold;
letter-spacing: 0.03em;
} }
em{ em{
font-style : italic; font-style : italic;