]> source.dussan.org Git - sonarqube.git/commit
SONAR-18940 Embed Inter font
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 4 Apr 2023 08:20:52 +0000 (10:20 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 11 Apr 2023 20:03:15 +0000 (20:03 +0000)
commitdb412aaf26ffc6bfa83ec216cab97ddbb408e8d7
tree8d3b89a67c088068eee2d6bb39959570cd041f69
parentba00face3dc7fbab07c4526b8035a6f42ce2dc2d
SONAR-18940 Embed Inter font
24 files changed:
server/sonar-web/config/esbuild-config.js
server/sonar-web/public/fonts/Inter/Inter-Black.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-BlackItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Bold.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-BoldItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-ExtraBold.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-ExtraBoldItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-ExtraLight.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-ExtraLightItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Italic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Light.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-LightItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Medium.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-MediumItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Regular.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-SemiBold.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-SemiBoldItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-Thin.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/Inter-ThinItalic.woff2 [new file with mode: 0644]
server/sonar-web/public/fonts/Inter/inter.css [new file with mode: 0644]
server/sonar-web/src/main/js/app/styles/init/base.css
server/sonar-web/src/main/js/app/styles/sonar.ts
sonar-application/build.gradle
sonar-ws/src/main/java/org/sonarqube/ws/MediaTypes.java