mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
Minor style fix.
Implement Google's recommendation for the fonts loading. See https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
src: url("../font/raty.svg#raty") format("svg");
|
||||
src: url("../font/raty.ttf") format("truetype");
|
||||
src: url("../font/raty.woff") format("woff");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
|
||||
@@ -28,7 +29,7 @@
|
||||
}
|
||||
|
||||
.star-on-png,
|
||||
.star-half-png
|
||||
.star-half-png
|
||||
{color: #ffbe32}
|
||||
|
||||
/* Icons */
|
||||
|
||||
Reference in New Issue
Block a user