Skip to content

Commit a2b2804

Browse files
committed
Change default font
1 parent 7893080 commit a2b2804

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

haxe/ui/backend/html5/_module/styles/default/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.button, .label {
2+
font-name: "Arial";
3+
font-size: 13px;
4+
}
5+
16
.button:native {
27
background: none;
38
border: none;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.button,.label{font-name:"Arial";font-size:13px;}
12
.button:native{background:none;border:none;border-radius:none;}
23

0 commit comments

Comments
 (0)