Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
sites: added fontkaiFONT_KAISEIDECOL GUI component
Browse files Browse the repository at this point in the history
Cory requested to make this font available for the content presentation.
Hence, we better deliver it. Let's do this.

This patch adds fontkaiFONT_KAISEIDECOL GUI component in sites/
directory.

Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
hollowaykeanho and corygalyna committed Jul 26, 2023
1 parent 01921d9 commit 1b40c2e
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions sites/layouts/partials/hestiaGUI/fontkaiFONT_KAISEIDECOL/ToCSS
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{{- /*
Copyright 2023 "Holloway" Chew, Kean Ho <[email protected]>
Copyright 2023 ZORALab Enterprise <[email protected]>


Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
*/ -}}
{{- /* WARNING: Auto-generated file. DO NOT EDIT! */ -}}
@font-face {
font-display: swap;
font-family: "Kaisei Decol";
font-style: normal;
font-weight: 400;
src: local("Kaisei Decol"),
url("/fonts/KaiseiDecol-Regular.ttf");
}

@font-face {
font-display: swap;
font-family: "Kaisei Decol";
font-style: normal;
font-weight: 500;
src: local("Kaisei Decol"),
url("/fonts/KaiseiDecol-Medium.ttf");
}

@font-face {
font-display: swap;
font-family: "Kaisei Decol";
font-style: normal;
font-weight: 700;
src: local("Kaisei Decol"),
url("/fonts/KaiseiDecol-Bold.ttf");
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[CSS.Variables]
"--body-font-family" = """\"Kaisei Decol\",
\"Roboto\",
\"Helvetica Neue\",
\"sans-serif\""""
17 changes: 17 additions & 0 deletions sites/layouts/partials/hestiaGUI/fontkaiFONT_KAISEIDECOL/ToJS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{- /*
Copyright 2023 "Holloway" Chew, Kean Ho <[email protected]>
Copyright 2023 ZORALab Enterprise <[email protected]>


Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
*/ -}}
{{- /* WARNING: Auto-generated file. DO NOT EDIT! */ -}}

0 comments on commit 1b40c2e

Please sign in to comment.