News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Lisa Yani

Pages: [1]
1
Bugs / Opentype Features for Open Sans Regular doesn't working
« on: February 17, 2023, 03:12:08 pm »
I just discovered a bug when I started to self hosting a two fonts, winch is Open Sans and Source Sans Pro. Open Sans will display on the small text class and middle text class, and Source Sans Pro will display for body, Means that I replaced some body and smalltext fonts winch is formerly IBM Plex Sans fonts. When I add a OpenType feature at here below...
Code: [Select]

.smalltext, .middletext {
font-family: 'Open Sans', 'Segoe UI', 'Roboto', 'Arial', sans-serif;
font-feature-settings: "ss03";
}
...then Open Sans fonts should changes the letter "I" and "J", but when I looked at homepage, I notice that Open Sans Regular has non-functioning OpenType Features even I used the latest version of Open Sans, I looked a Open Sans Bold and OpenType features are just worked fine. I am confused with this bug, could anyone help this?


The demonstration of Open Sans Regular and Bold :


Open Sans Regular:



Open Sans Bold:

2
When you upload it to the file manager it generates a link/url to that file.
So, it's they automatic or manual?

3
Hello, I am have question, If I uploaded a .css or .js file to file manager, Will these files automatically linked or I have to link it manually?

If the .css or .js is confirmed that will be linked/actived automatically, Then you don't need a help to me.

If I have to link it manually, then what should I do to link them?

4
I need these, All of file formats here are fonts, svg is a vector image, but it can used as svg font file

5
Sorry, there's the typo with "tff" should be "ttf" (2 "t" letters and 1 "f" letter), btw, I also need "ttc" and "svg" files allowed

6
Try with the uploader. Updated the display text.
It didn't appear to file manager when uploading these filles, expect for images

7
I Still not seeing a allowed files are ttf, otf, woff, woff2, eot font file formats on my forum, how?

8
I really need this option for self-hosting fonts to my forum, It would be great if these added.

For example, I uploaded and self-hosting IBM Plex Sans, Font Awesome 6 Free and Source Sans Pro font into a file manager and I loaded it using font-face kit and now the font displaying on my forum.

9
Alright, now it's 100% changed. I just have found a solution by adding the below
Code: [Select]

.smalltext {
font-family: 'IBM Plex Sans', 'sans-serif';
}

10
Are you editing the css in the style manager area to make the change?
I Changed all fonts in CSS in Style Manager area, but there still has a Verdana font right here

11
Are you familiar wtih developer tools in the browser? You can inspect elements on the page and see what class/area in the css to change that would affect the font in that area.
The font itself comes back to Verdana again when refreshing the page, How I can make the IBM Plex Sans fonts are maintain these between page refresh?

12
So, I am deciding to change the font in my-owned forum from a really boring "Verdana" fonts to be "IBM Plex Sans", but it doesn't fully changed. there are screenshots while I trying to change the font :





This also happens on "Last edit" section, "Attachments and other options", and etc.

Pages: [1]