Re: @font-face question

2022-05-23 Thread Thiago Milczarek Sayão
Hi, After further investigation, I think there's a bug that font-family is not working (defining a font family name). Because regardless of the font-family I use, the font name within the font is used. It's openjfx 17.0.2 -- Thiago. Em sex., 20 de mai. de 2022 às 18:06, Thiago Milczarek Sayão

@font-face question

2022-05-20 Thread Thiago Milczarek Sayão
Hi, I want to have one font that is "regular" and a variation of the same font as "bold", used when specified "-fx-font-weight: bold". @font-face { font-family: 'Gotham Condensed'; src: url('../fonts/GothamCondensed-Book.otf'); } @font-face { font-family: 'Gotham Condensed Bold';