You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/ui/icon-fonts.md
+23-9Lines changed: 23 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,25 @@ In the above example, the `fa-brands-400.ttf` (as downloaded from the FontAwesom
37
37
38
38
|file name | font name |
39
39
|-----------|---------------|
40
-
|**fa-solid-900** | Font Awesome 5 Free
41
-
|**fa-regular-400** | Font Awesome 5 Free
40
+
|**fa-solid-900.ttf** | Font Awesome 5 Free
41
+
|**fa-regular-400.ttf** | Font Awesome 5 Free
42
42
43
43
Notice that in the above example the **file** names are different, but the registered **font** name is the same (use the **Font Book** application on Mac or the **Control Panel Fonts** section on Windows to see the actual font name). While this is no issue on Android, it renders the second font unusable on iOS. To handle similar cases additional CSS font properties, such as for example `font-weight`, must be added.
0 commit comments