Order now!

  /* Fallback to Arial if no Rice font */
h1 {
font-family: 'Rice', Arial;
}

/* Use custom font only if data saving is off */
@media (prefers-reduced-data: no-preference) {
@font-face {
font-family: 'Rice';
src: url('/rice.woff2');
}
}