-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): lint / prettier all ui files
- Loading branch information
1 parent
14c9a49
commit 461e92d
Showing
42 changed files
with
9,897 additions
and
24,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,44 @@ | ||
/* b612-mono-bold-italic */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local("B612 Mono Bold Italic"), local("B612Mono-BoldItalic"), url(b612-mono-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: | ||
local("B612 Mono Bold Italic"), | ||
local("B612Mono-BoldItalic"), | ||
url(b612-mono-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-bold */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("B612 Mono Bold"), local("B612Mono-Bold"), url(b612-mono-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: | ||
local("B612 Mono Bold"), | ||
local("B612Mono-Bold"), | ||
url(b612-mono-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-regular */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("B612 Mono Regular"), local("B612Mono-Regular"), url(b612-mono-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: | ||
local("B612 Mono Regular"), | ||
local("B612Mono-Regular"), | ||
url(b612-mono-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-italic */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local("B612 Mono Italic"), local("B612Mono-Italic"), url(b612-mono-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: | ||
local("B612 Mono Italic"), | ||
local("B612Mono-Italic"), | ||
url(b612-mono-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,44 @@ | ||
/* b612-italic */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local("B612 Italic"), local("B612-Italic"), url(b612-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: | ||
local("B612 Italic"), | ||
local("B612-Italic"), | ||
url(b612-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-regular */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("B612 Regular"), local("B612-Regular"), url(b612-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: | ||
local("B612 Regular"), | ||
local("B612-Regular"), | ||
url(b612-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-bold-italic */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local("B612 Bold Italic"), local("B612-BoldItalic"), url(b612-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: | ||
local("B612 Bold Italic"), | ||
local("B612-BoldItalic"), | ||
url(b612-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-bold */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("B612 Bold"), local("B612-Bold"), url(b612-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: | ||
local("B612 Bold"), | ||
local("B612-Bold"), | ||
url(b612-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
|
Oops, something went wrong.