Thank you karellen

Author: b | 2025-04-24

★★★★☆ (4.3 / 2878 reviews)

add ons manager chrome

Karellen Team-Kodi Member. Posts: 21,493 Joined: Apr 2025 Reputation: 1,507. Karellen Thank you I will try this once we have got Kodi up and running. I will get back to your in need. Thank you. Find. Reply. Karellen Team-Kodi

sewart

Thank you Karellen, Inc. for - Layer Elementary PTA - Facebook

05-17-2024, 04:36 PM #1 Wizard Posts: 1,543 Karma: 9250680 Join Date: Sep 2021 Location: Australia Device: Kobo Libra 2 Variable fonts I am attempting to embed the Quicksand font into an epub3 file, to use on headings and the title page. note that it is a "Variable" font which contains all the font styles in a single file.When using it in the epub3 on a Libra2, the styling defaults to "Light" instead of the needed "Bold" and I cannot access any heavier modes.Is this because the Libra2 does not handle variable fonts?Surprisingly I couldn't find an answer here on the forum or the fonts wiki page. 05-17-2024, 05:17 PM #2 Wizard Posts: 1,617 Karma: 8399999 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT Quote: Originally Posted by Karellen I am attempting to embed the Quicksand font into an epub3 file, to use on headings and the title page. note that it is a "Variable" font which contains all the font styles in a single file.When using it in the epub3 on a Libra2, the styling defaults to "Light" instead of the needed "Bold" and I cannot access any heavier modes.Is this because the Libra2 does not handle variable fonts?Surprisingly I couldn't find an answer here on the forum or the fonts wiki page. Not all devices support variable fonts. But to set the bold style, try:font-weight: 800;If you want normal weight, try:font-weight: 400;And if you want to set a "light" weight, then try:font-weight: Karellen Team-Kodi Member. Posts: 21,493 Joined: Apr 2025 Reputation: 1,507. Karellen Thank you I will try this once we have got Kodi up and running. I will get back to your in need. Thank you. Find. Reply. Karellen Team-Kodi ( , ) Karellen Wrote: Thank you sir Find. Reply. Karellen Team-Kodi Member. Posts: 21,487 Joined: Apr 2025 Reputation: 1,506. Karellen Team-Kodi Member Posts: 21,487 6. , ( , ) Brakiss Wrote: Thank you sirYou are welcome. IMDB ratings are working again, so you should get that with TheMovieDB The font-weight to "bold" or 800, then the checkers in Calibre have a fit and it still shows as Light in Libra 2.I'll try the !important suffix. There is a better solution that works. In the ZIP file for Quicksand from the link you posted is a directory titles static. It contains the following fonts...Quicksand-Bold.ttfQuicksand-Light.ttfQuicksand-Medium.ttfQuicksand-Regular.ttfQuicksand-SemiBold.ttfJust pick the ones you want to embed based ont he weight of the font.This is how you do the CSS for the fonts. Code: @font-face { font-family: Quicksand; font-weight: bold; font-style: normal; src: url(../fonts/Quicksand-Bold.ttf);} Last edited by JSWolf; 05-17-2024 at 07:43 PM. 05-17-2024, 08:14 PM #5 Wizard Posts: 1,543 Karma: 9250680 Join Date: Sep 2021 Location: Australia Device: Kobo Libra 2 Quote: Originally Posted by JSWolf There is a better solution that works. In the ZIP file for Quicksand from the link you posted is a directory titles static. It contains the following fonts...Quicksand-Bold.ttfQuicksand-Light.ttfQuicksand-Medium.ttfQuicksand-Regular.ttfQuicksand-SemiBold.ttfJust pick the ones you want to embed based ont he weight of the font. Oh, geez. I feel like such an idiot. I just extracted the Quicksand_VariableFont_wght.ttf file. I didn't even look in the Static folder as I just thought it contained some publishers documents. Teach me to not be curious and not poke around!!Issue solved. Thanks @JSWolf 05-17-2024, 09:15 PM #6 Resident Curmudgeon Posts: 78,383 Karma: 142887248 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 Quote: Originally Posted by Karellen Oh, geez. I feel like such an idiot. I

Comments

User8293

05-17-2024, 04:36 PM #1 Wizard Posts: 1,543 Karma: 9250680 Join Date: Sep 2021 Location: Australia Device: Kobo Libra 2 Variable fonts I am attempting to embed the Quicksand font into an epub3 file, to use on headings and the title page. note that it is a "Variable" font which contains all the font styles in a single file.When using it in the epub3 on a Libra2, the styling defaults to "Light" instead of the needed "Bold" and I cannot access any heavier modes.Is this because the Libra2 does not handle variable fonts?Surprisingly I couldn't find an answer here on the forum or the fonts wiki page. 05-17-2024, 05:17 PM #2 Wizard Posts: 1,617 Karma: 8399999 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT Quote: Originally Posted by Karellen I am attempting to embed the Quicksand font into an epub3 file, to use on headings and the title page. note that it is a "Variable" font which contains all the font styles in a single file.When using it in the epub3 on a Libra2, the styling defaults to "Light" instead of the needed "Bold" and I cannot access any heavier modes.Is this because the Libra2 does not handle variable fonts?Surprisingly I couldn't find an answer here on the forum or the fonts wiki page. Not all devices support variable fonts. But to set the bold style, try:font-weight: 800;If you want normal weight, try:font-weight: 400;And if you want to set a "light" weight, then try:font-weight:

2025-04-19
User8943

The font-weight to "bold" or 800, then the checkers in Calibre have a fit and it still shows as Light in Libra 2.I'll try the !important suffix. There is a better solution that works. In the ZIP file for Quicksand from the link you posted is a directory titles static. It contains the following fonts...Quicksand-Bold.ttfQuicksand-Light.ttfQuicksand-Medium.ttfQuicksand-Regular.ttfQuicksand-SemiBold.ttfJust pick the ones you want to embed based ont he weight of the font.This is how you do the CSS for the fonts. Code: @font-face { font-family: Quicksand; font-weight: bold; font-style: normal; src: url(../fonts/Quicksand-Bold.ttf);} Last edited by JSWolf; 05-17-2024 at 07:43 PM. 05-17-2024, 08:14 PM #5 Wizard Posts: 1,543 Karma: 9250680 Join Date: Sep 2021 Location: Australia Device: Kobo Libra 2 Quote: Originally Posted by JSWolf There is a better solution that works. In the ZIP file for Quicksand from the link you posted is a directory titles static. It contains the following fonts...Quicksand-Bold.ttfQuicksand-Light.ttfQuicksand-Medium.ttfQuicksand-Regular.ttfQuicksand-SemiBold.ttfJust pick the ones you want to embed based ont he weight of the font. Oh, geez. I feel like such an idiot. I just extracted the Quicksand_VariableFont_wght.ttf file. I didn't even look in the Static folder as I just thought it contained some publishers documents. Teach me to not be curious and not poke around!!Issue solved. Thanks @JSWolf 05-17-2024, 09:15 PM #6 Resident Curmudgeon Posts: 78,383 Karma: 142887248 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 Quote: Originally Posted by Karellen Oh, geez. I feel like such an idiot. I

2025-03-28
User4046

300;Maybe there is a font definition that is overwritting your new style. If the above doesn't work, try adding the !important sufix.Kobo Libra should support variable fonts; try with .kepub extension instead of .epub. Last edited by RbnJrg; 05-17-2024 at 05:20 PM. 05-17-2024, 06:59 PM #3 Wizard Posts: 1,543 Karma: 9250680 Join Date: Sep 2021 Location: Australia Device: Kobo Libra 2 Thanks @RbnJrgI have tried both the normal "Bold" and a weight number. While both work in the Editor viewer, they don't show in the Libra 2.I noticed that when I added @font-face in the stylesheet, Calibre automatically defaulted to the "light" weight. PHP Code: @font-face { src: url(OEBPS/Quicksand-Light.otf); font-family: "Quicksand Light"; font-weight: 300; font-style: normal; font-stretch: normal; } But if I try and edit the font-weight to "bold" or 800, then the checkers in Calibre have a fit and it still shows as Light in Libra 2.I'll try the !important suffix. 05-17-2024, 07:38 PM #4 Resident Curmudgeon Posts: 78,383 Karma: 142887248 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 Quote: Originally Posted by Karellen Thanks @RbnJrgI have tried both the normal "Bold" and a weight number. While both work in the Editor viewer, they don't show in the Libra 2.I noticed that when I added @font-face in the stylesheet, Calibre automatically defaulted to the "light" weight. PHP Code: @font-face { src: url(OEBPS/Quicksand-Light.otf); font-family: "Quicksand Light"; font-weight: 300; font-style: normal; font-stretch: normal; } But if I try and edit

2025-04-13

Add Comment