YAFLogo

Posted by: Naziha Izzati - Tuesday, 29 October 2019 04:56:01
Hi , 1) I want to use gotham font as my main fonts. Which file that I need to change? I already put gotham .tff and .otf file in /content/webfonts. 2) if i want to change the UI which file css I need to change? Please help me. Thanks

Posted by: tha_watcha - Tuesday, 29 October 2019 10:26:55
If you want to modify the ui you can create your own theme or modify an existing theme. In the folder ..Content/Themes/. You also need to download the source package and you need a SASS compiler to compiler your theme. If you want to change the font you can do it easily by modifing the _variables.scss [code=css]$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default; [/code] and add whatever you want