Hi there,
You can try David’s proposed fix here:
https://generatepress.com/forums/topic/cls-issue-with-lightweight-social-icons/#post-1707783
Or try to preload it.
You can try to preload its fonts by using this code on a Hook Element hooked to wp_head.
<link rel=”preload” href=”https://belikerupuk.com/wp-content/plugins/lightweight-social-icons/fonts/fontello.woff” as=”font” type=”font/woff2″ crossorigin>
or you can prevent FOUT by editing the plugin’s CSS file.
https://wordpress.org/support/topic/preload-font-fontello-woff/#post-14092979