Update static/admin/index.html
This commit is contained in:
parent
7d39a2c0d5
commit
a5854842f0
|
@ -6,8 +6,10 @@
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
<title>Content Manager</title>
|
<title>Content Manager</title>
|
||||||
<style>
|
<style>
|
||||||
|
@import 'https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap';
|
||||||
|
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css";
|
||||||
body, h1, h2, h3, h4, h5, h6, p {
|
body, h1, h2, h3, h4, h5, h6, p {
|
||||||
font-family: sans-serif !important;
|
font-family: "Source Sans 3", Pretendard, sans-serif !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue