Skip to content

Commit b7c8e3d

Browse files
committed
Add Pangea font family XML configuration
1 parent 3fb340e commit b7c8e3d

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
~ Copyright (c) 2025 DuckDuckGo
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
18+
xmlns:app="http://schemas.android.com/apk/res-auto">
19+
20+
<font
21+
app:font="@font/pangea_regular"
22+
app:fontStyle="normal"
23+
app:fontWeight="400" />
24+
25+
<font
26+
app:font="@font/pangea_regular"
27+
app:fontStyle="normal"
28+
app:fontWeight="500" />
29+
30+
<font
31+
app:font="@font/pangea_semibold"
32+
app:fontStyle="normal"
33+
app:fontWeight="600" />
34+
35+
<font
36+
app:font="@font/pangea_bold"
37+
app:fontStyle="normal"
38+
app:fontWeight="700" />
39+
40+
</font-family>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)