-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
49c8534
to
419a47c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tbsbdr i have no idea what both issues is causing since i didn't change anything about that :/ Outline border seems to have no effect even on demo.owncloud.com |
d03d8ba
to
330d165
Compare
Regarding the custom font: We have always had the problem with custom fonts - its not embedded in web afaik (and also not loaded via a CDN which is good) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lookacat if we ship a Open Font Licence (OFL) -licenced font, we must at least link (https://scripts.sil.org/OFL) to the OFL Licence Source: https://scripts.sil.org/cms/scripts/page.php?item_id=OFL-FAQ_web#e71fabc0
|
15c8919
to
af88d94
Compare
@lookacat just to make sure that you are aware of this - i think we talked about it: Nunito is currently not shown as we don't bundle any custom web fonts - so if you don't have any of the fonts like roboto or nunito already installed on your local system, custom fonts don't show up in ownCloud Web. how to reproduce
Expected behaviorthe respective ownCloud Web font (Nunito) should be included in the App (no ad-hoc download from any public CDN to protect users privacy) |
193217d
to
cd51199
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You added the font ttf
file but you're not embedding it anywhere. Either you use the WebFontLoader
with custom
option (see docs) or you embed the ttf file and get rid of the WebFontLoader entirely. With this PR freshly pulled and built I see Helvetica on my machine.
embedded it via web via css, but ill try the custom option |
Please embed from within ODS. |
@@ -1,7 +1,7 @@ | |||
--- | |||
font: | |||
text: | |||
value: "'Roboto', sans-serif" | |||
face: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, I wanted to use family
here, but that didn't show up at all in the compiled tokens. Since that's only the docs I don't care too much and chose a different key...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converted back to draft. Font embedding works now, but the oc-text-*
classes feel broken. And still finetuning the font sizes...
36170cf
to
536e477
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good now 👍
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
See owncloud/web#7333
Types of changes
Checklist: