Fonts: added Inter and JetBrains Mono

This commit is contained in:
Karl Tauber
2022-05-29 16:27:51 +02:00
parent ccca6fe88e
commit e7d2b5cbb6
33 changed files with 850 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-extras" ) )
implementation( project( ":flatlaf-fonts-inter" ) )
implementation( project( ":flatlaf-fonts-jetbrains-mono" ) )
implementation( project( ":flatlaf-swingx" ) )
implementation( project( ":flatlaf-jide-oss" ) )
implementation( project( ":flatlaf-intellij-themes" ) )