View Single Post
Old 09-25-2025, 06:22 AM   #7
rockster
Connoisseur
rockster began at the beginning.
 
Posts: 56
Karma: 10
Join Date: Sep 2012
Device: kindle
This css style worked (with ai help):

Code:
@font-face {
    font-family: "my-custom-font";
    src: local("Georgia");
}

* {
    font-family: "my-custom-font", serif !important;
}
rockster is offline   Reply With Quote