Potential hyphen fix -- Font change + css snippet

This commit is contained in:
Thomas Smith 2022-05-03 19:01:32 -04:00 committed by mxcl
parent 67f77a9d4a
commit fcac48f62d
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -1,5 +1,9 @@
/*General*/
html {
-webkit-hyphenate-character: '-';
}
body{
background-color: #2B3033;
}
@ -231,7 +235,7 @@ body{
h3,
h4,
h5{
font-family: 'Playfair Display', serif !important;
font-family: 'Playfair Display', serif, system-ui !important;
color: #fff;
z-index:200;
}