mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 15:39:48 +00:00
cbfb827dcc
- Issue #1610 part 1: Add valgrind suppression for uninitialized memory access and leak in old fontconfig. (1673cb36c) - Issue #1610 Part2: Supply a bundled emoji font on Windows. (8129a17b6) - Issue #1610 Part 3: Bypass GDI table loading for embedded fonts. (96465b766) - Switch to the Open Twemoji font resources. (682ec5e9e) - update Twemoji font to KwanEsq/twemoji-colr v12 branch with twemoji-12.1.2. (8a07ee587)
12 lines
433 B
INI
12 lines
433 B
INI
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
if CONFIG['OS_ARCH'] in ('WINNT'):
|
|
DIST_SUBDIR = ''
|
|
FINAL_TARGET_FILES.fonts += [
|
|
'TwemojiMozilla.ttf'
|
|
]
|