mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Rename idp font to OpenCloud
This commit is contained in:
@@ -33,8 +33,8 @@ ci-node-generate: assets
|
||||
assets: pnpm-build \
|
||||
assets/identifier/static \
|
||||
assets/identifier/static/favicon.ico \
|
||||
assets/identifier/static/opentalk-500.woff2 \
|
||||
assets/identifier/static/opentalk-750.woff2
|
||||
assets/identifier/static/opencloud-500.woff2 \
|
||||
assets/identifier/static/opencloud-750.woff2
|
||||
|
||||
assets/identifier/static:
|
||||
mkdir -p assets/identifier/static
|
||||
@@ -48,13 +48,13 @@ FONT_VARIATION_750_URL = https://gitlab.opencode.de/opentalk/web-frontend/-/raw/
|
||||
assets/identifier/static/favicon.ico:
|
||||
curl --fail -o assets/identifier/static/favicon.ico ${FAVICON_URL}
|
||||
|
||||
.PHONY: assets/identifier/static/opentalk-500.woff2
|
||||
assets/identifier/static/opentalk-500.woff2:
|
||||
curl --fail -o assets/identifier/static/opentalk-500.woff2 ${FONT_VARIATION_500_URL}
|
||||
.PHONY: assets/identifier/static/opencloud-500.woff2
|
||||
assets/identifier/static/opencloud-500.woff2:
|
||||
curl --fail -o assets/identifier/static/opencloud-500.woff2 ${FONT_VARIATION_500_URL}
|
||||
|
||||
.PHONY: assets/identifier/static/opentalk-750.woff2
|
||||
assets/identifier/static/opentalk-750.woff2:
|
||||
curl --fail -o assets/identifier/static/opentalk-750.woff2 ${FONT_VARIATION_750_URL}
|
||||
.PHONY: assets/identifier/static/opencloud-750.woff2
|
||||
assets/identifier/static/opencloud-750.woff2:
|
||||
curl --fail -o assets/identifier/static/opencloud-750.woff2 ${FONT_VARIATION_750_URL}
|
||||
|
||||
.PHONY: pnpm-build
|
||||
pnpm-build: node_modules
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
<head data-kopano-build="%REACT_APP_KOPANO_BUILD%">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: OpenTalk;
|
||||
src: url('%PUBLIC_URL%/static/opentalk-500.woff2') format('woff2');
|
||||
font-family: OpenCloud;
|
||||
src: url('%PUBLIC_URL%/static/opencloud-500.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: OpenTalk;
|
||||
src: url('%PUBLIC_URL%/static/opentalk-750.woff2') format('woff2');
|
||||
font-family: OpenCloud;
|
||||
src: url('%PUBLIC_URL%/static/opencloud-750.woff2') format('woff2');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: OpenTalk, sans-serif;
|
||||
font-family: OpenCloud, sans-serif;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
||||
Reference in New Issue
Block a user