Skip to content

Commit a92b5e4

Browse files
whiteblXKwhiteblXK
authored andcommitted
Removed ubuntu font family
1 parent dd3f6eb commit a92b5e4

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

src/ObjectBuilder.css

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,6 @@
2626
@namespace otlib "otlib.components.*";
2727
@namespace ob "ob.components.*";
2828

29-
@font-face
30-
{
31-
src: url("../assets/fonts/Ubuntu/Ubuntu-L.ttf");
32-
fontFamily: ubuntu;
33-
advancedAntiAliasing: true;
34-
fontStyle: normal;
35-
embedAsCFF:false;
36-
}
37-
38-
@font-face
39-
{
40-
src: url("../assets/fonts/Ubuntu/Ubuntu-B.ttf");
41-
fontFamily: ubuntu;
42-
advancedAntiAliasing: true;
43-
fontStyle: normal;
44-
fontWeight: bold;
45-
embedAsCFF:false;
46-
}
47-
48-
@font-face
49-
{
50-
src: url("../assets/fonts/Ubuntu/Ubuntu-LI.ttf");
51-
fontFamily: ubuntu;
52-
advancedAntiAliasing: true;
53-
fontStyle: italic;
54-
fontWeight: normal;
55-
embedAsCFF:false;
56-
}
57-
5829
global
5930
{
6031
chromeColor: #444444;
@@ -64,7 +35,7 @@ global
6435
contentBackgroundColor: #444444;
6536
focusedTextSelectionColor: #272727;
6637
symbolColor: #DFDFDF;
67-
fontFamily: Ubuntu;
38+
fontFamily: verdena;
6839
modal-transparency-blur: 0;
6940
modal-transparency: 0.3;
7041
modalTransparencyColor: #656565;

0 commit comments

Comments
 (0)