mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-21 19:32:34 +00:00
Fix font-family
This commit is contained in:
parent
40e5141e69
commit
56a3ce1b4d
@ -28,7 +28,7 @@ if (hexo-config('creative_commons.post')) {
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '\f25e';
|
content: '\f25e';
|
||||||
font-family: 'Font Awesome 6 Brands';
|
font-family: 'Font Awesome 7 Brands';
|
||||||
font-size: 200px;
|
font-size: 200px;
|
||||||
opacity: $watermark-opacity;
|
opacity: $watermark-opacity;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user