diff options
author | Kevin Silva <kevin.silva@sonarsource.com> | 2023-05-11 10:58:31 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-05-11 20:03:12 +0000 |
commit | 188e33920806999674ae368fb8c272572bb44f7a (patch) | |
tree | d4e3508fdf2a55a7760bbebbef0c431e9c2c3990 /server/sonar-web/src/main | |
parent | ef4dcc3b8dfe68ae85ae7c146fb1d670f537ee1a (diff) | |
download | sonarqube-188e33920806999674ae368fb8c272572bb44f7a.tar.gz sonarqube-188e33920806999674ae368fb8c272572bb44f7a.zip |
SONAR-19291 - Embed Ubuntu Mono font family
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/sonar.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/sonar.ts b/server/sonar-web/src/main/js/app/styles/sonar.ts index b62de46e3a6..ecaa397f678 100644 --- a/server/sonar-web/src/main/js/app/styles/sonar.ts +++ b/server/sonar-web/src/main/js/app/styles/sonar.ts @@ -21,6 +21,7 @@ * The esbuild postcss plugin fails to handle CSS `@import` */ import '../../../../../public/fonts/Inter/inter.css'; +import '../../../../../public/fonts/Ubuntu/Ubuntu.css'; import './components/badges.css'; import './components/boxed-group.css'; |