Skip to content

Commit

Permalink
Fix font variable names (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
halavasty authored Mar 14, 2023
1 parent 3f1296b commit 0d8009f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Evoko theme",
"author": "Evoko Unlimited AB",
"version": "3.0.4",
"version": "3.0.5",
"api_version": 2,
"default_locale": "en-us",
"settings": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zendesk-theme",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"scripts": {
"start": "concurrently \"npm:preview\" \"npm:styles:watch\"",
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
font-style: normal;
font-display: swap;
src: url($assets-roobert-light-woff2) format('woff2'),
url($assets-roobert-light-woff2) format('woff');
url($assets-roobert-light-woff) format('woff');
}

@font-face {
Expand All @@ -14,7 +14,7 @@
font-style: italic;
font-display: swap;
src: url($assets-roobert-light-italic-woff2) format('woff2'),
url($assets-roobert-light-italic-woff2) format('woff');
url($assets-roobert-light-italic-woff) format('woff');
}

@font-face {
Expand All @@ -23,7 +23,7 @@
font-style: normal;
font-display: swap;
src: url($assets-roobert-semibold-woff2) format('woff2'),
url($assets-roobert-semibold-woff2) format('woff');
url($assets-roobert-semibold-woff) format('woff');
}

@font-face {
Expand Down

0 comments on commit 0d8009f

Please sign in to comment.