How to change the font-family for Gitlab - gitlab

I recently upgraded my self-hosted GitLab-ee from 15.7.5 to 16.8.1, and I got an issue with the Arabic font in the gitlab web UI.
Is there any way to edit the font used?

Related

How to use NodeJs logo on Windows Terminal?

I recently downloaded Windows Terminal from the Windows Store and I'm setting it up. Unfortunately node is not automatically available, so I added it manually, it was localed at "C:\Program Files\nodejs\node.exe". But the icon is missing. Does anyone know how to find it, and also have any other tips on finding icons for other shells if needed?
You can find the icons to most shells at https://devicon.dev/ and download them from their github repo at https://github.com/devicons/devicon
Because these icons are in svg format, you will need to use an svg viewer like inkscape (which is free), to export them as a png at your required resolution.
Then you can use the icons in the windows terminal.

How to install theme in OpenCart 3.x latest version as it is not showing header and products pages

How to install theme in OpenCart 3.x latest version as it is not showing header and products
as I am installing a theme from Plaza Theme and I have in admin panel it's control panel slider and all settings but in frontend nothing shows instead of footer which is correctly showing please anyone facing this issue, I'm Laravel developer and new to OpenCart 3 worked with OpenCart 2
Try to check if you are running your new theme from extensions
go to extensions->extensions->themes then enable your Theme and disable any other theme

Eclipse DevStyle Theme

I installed the DevStyle for Eclipse and menus are bugged. Anybody has an idea of what is going on?
Workspace Screenshot
https://i.imgur.com/WwerWJJ.png
This has been seen with KDE. Another user posted a workaround on our forums. The workaround that worked for the developer is:
Changing GTK style options in KDE:
System Settings -> Application Style -> GNOME Application Style
I changed GTK2 and GTK3 theme to Breeze-Dark
I then applied the changes and restarted eclipse.
This was successfully applied on two machines.

How do I configure default application font in CentOS live CD?

I have an application which runs on top of CentOS 7.3 live CD. I want to configure font while building the liveCD so that my application should pick that font as default font.
PS: the live cd is being made by someone else and I have to just configure the font in it.

WebAPI project not accepting ImageResizer config

I've created a small WebAPI that uses ImageResizer to scale some images stored in my machine. It works flawlessly.
Now I need to use the RemoteReader plugin to allow for on-the-fly resizing of web-served images. I've installed ImageResizer.Plugins.RemoteReader using nuget but all the requests fail because IIS Web Core won't accept the resizer tag in the web.config file, giving a 0x80070032 error code. I've tried an empty <resizer /> tag and it still fails.
I am using Microsoft Visual Studio Professional 2012, the project is .Net framework 4.0 and both ImageResizer and ImageResizer.Plugins.RemoteReader are version="3.4.2".
Anyone has any clue as to what is wrong?
You didn't install ImageResizer itself into Web.config, so the <resizer/> element hasn't been defined. Install ImageResizer.MvcWebConfig and you'll be good to go.

Resources