Skip to content

Commit 9cbb376

Browse files
committed
Removed external font.
1 parent 44ecca9 commit 9cbb376

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

dist/vuejs-dialog.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuejs-dialog.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/vuejs-dialog.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugin/styles/default/_layout.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
1+
//@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
22

33
.dg-container * {
44
box-sizing: border-box;
@@ -30,7 +30,8 @@
3030

3131
.dg-content-cont {
3232
width: 100%;
33-
font-family: 'Noto Sans', sans-serif;
33+
//font-family: 'Noto Sans', sans-serif;
34+
font-family: inherit;
3435
}
3536

3637
.dg-main-content {
@@ -45,7 +46,7 @@
4546

4647
.dg-content {
4748
font-size: 16px;
48-
padding: 10px 0 10px 0;
49+
line-height: 1.3em;
4950
}
5051

5152
.dg-content-body {
@@ -139,6 +140,10 @@
139140
max-width: 450px;
140141
}
141142

143+
.dg-content {
144+
margin-bottom: 15px;
145+
}
146+
142147
.dg-content-body {
143148
border-bottom: none;
144149
}

0 commit comments

Comments
 (0)