-
Notifications
You must be signed in to change notification settings - Fork 6
/
variables.xml
45 lines (38 loc) · 1.67 KB
/
variables.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!--
Theme: Elementerial
Author: mluizvitor
-->
<theme>
<formatVersion>7</formatVersion>
<variables>
<fontSizeH1-medium>0.0625</fontSizeH1-medium> <!-- 20 -->
<fontSizeH2-medium>0.05</fontSizeH2-medium> <!-- 16 -->
<fontSizeH3-medium>0.04375</fontSizeH3-medium> <!-- 14 -->
<fontSizeBody-medium>0.0375</fontSizeBody-medium> <!-- 12 -->
<fontSizeCaption-medium>0.028125</fontSizeCaption-medium> <!-- 9 -->
<fontSizeH1-large>0.06875</fontSizeH1-large> <!-- 22 -->
<fontSizeH2-large>0.05625</fontSizeH2-large> <!-- 18 -->
<fontSizeH3-large>0.046875</fontSizeH3-large> <!-- 15 -->
<fontSizeBody-large>0.040625</fontSizeBody-large> <!-- 13 -->
<fontSizeCaption-large>0.03125</fontSizeCaption-large> <!-- 10 -->
<fontSizeH1-small>0.05625</fontSizeH1-small> <!-- 18 -->
<fontSizeH2-small>0.04375</fontSizeH2-small> <!-- 14 -->
<fontSizeH3-small>0.0375</fontSizeH3-small> <!-- 12 -->
<fontSizeBody-small>0.03125</fontSizeBody-small> <!-- 10 -->
<fontSizeCaption-small>0.028125</fontSizeCaption-small> <!-- 9 -->
<fontRegular>./assets/fonts/Inter/Inter-Regular.otf</fontRegular>
<fontBold>./assets/fonts/Inter/Inter-Bold.otf</fontBold>
<fontLight>./assets/fonts/Inter/Inter-Light.otf</fontLight>
<fontHelper>./assets/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf</fontHelper>
<percent.90>E6</percent.90>
<percent.80>CC</percent.80>
<percent.70>B3</percent.70>
<percent.60>99</percent.60>
<percent.50>80</percent.50>
<percent.40>66</percent.40>
<percent.30>4D</percent.30>
<percent.20>33</percent.20>
<percent.10>1A</percent.10>
<percent.5>0D</percent.5>
</variables>
</theme>