imgui.GetIO().Fonts:Clear()
local glyph_ranges = imgui.GetIO().Fonts:GetGlyphRangesCyrillic()
local fa_glyph_ranges = imgui.new.ImWchar[3](fa.min_range, fa.max_range, 0)
local font_config = imgui.ImFontConfig()
font_config.MergeMode = true
imgui.GetIO().Fonts:AddFontFromFileTTF(getFolderPath(0x14) .. '/trebucbd.ttf', 14, nil, glyph_ranges)
imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(font, 14, font_config, fa_glyph_ranges)
menu.fonts[16] = imgui.GetIO().Fonts:AddFontFromFileTTF(getFolderPath(0x14) .. '/trebucbd.ttf', 16, nil, glyph_ranges)
imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(font, 16, font_config, fa_glyph_ranges)
menu.fonts[22] = imgui.GetIO().Fonts:AddFontFromFileTTF(getFolderPath(0x14) .. '/trebucbd.ttf', 20, nil, glyph_ranges)
imgui.GetIO().Fonts:AddFontFromMemoryCompressedBase85TTF(font, 22, font_config, fa_glyph_ranges)