Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Font-Family fixed
Browse files Browse the repository at this point in the history
Kutlovcidenis committed Jul 1, 2021
1 parent e0c9d8e commit 20be4ed
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/components-sketch/views/badge.hbs
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -23,7 +22,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -41,7 +39,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: black;
font-weight: 400;
"
@@ -52,7 +49,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: black;
font-weight: 700;
"
@@ -70,7 +66,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -81,7 +76,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -99,7 +93,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -110,7 +103,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -132,7 +124,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -143,7 +134,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -161,7 +151,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: black;
font-weight: 400;
"
@@ -172,7 +161,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: black;
font-weight: 700;
"
@@ -190,7 +178,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -201,7 +188,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -219,7 +205,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -230,7 +215,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -252,7 +236,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -262,7 +245,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
@@ -279,7 +261,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: black;
font-weight: 400;
"
@@ -289,7 +270,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: black;
font-weight: 700;
"
@@ -306,7 +286,6 @@
style="
text-align: center;
font-size: 20px;
font-family: TeleNeo;
color: white;
font-weight: 400;
"
@@ -316,7 +295,6 @@
style="
text-align: center;
font-size: 60px;
font-family: TeleNeo;
color: white;
font-weight: 700;
"
2 changes: 2 additions & 0 deletions packages/components/src/components/badge/badge.css
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
--white-badge: var(--scl-color-white);
--black-badge: var(--scl-color-black);
--primary-badge: var(--scl-color-primary);
--font-content: var('TeleNeoWeb', 'TeleNeo', sans-serif);

This comment has been minimized.

Copy link
@nowseemee

nowseemee Jul 1, 2021

Collaborator

let's use --scl-font-family-sans

}

.badge {
@@ -20,6 +21,7 @@
align-items: center;
border-radius: 100%;
background: var(--color-badge);
font-family: var(--font-content);
}

.badge.badge--color-primary {

0 comments on commit 20be4ed

Please sign in to comment.