diff --git a/themes/luci-theme-design/htdocs/luci-static/design/css/style.css b/themes/luci-theme-design/htdocs/luci-static/design/css/style.css index 8c7c52bc..acbe680e 100644 --- a/themes/luci-theme-design/htdocs/luci-static/design/css/style.css +++ b/themes/luci-theme-design/htdocs/luci-static/design/css/style.css @@ -120,8 +120,8 @@ } @font-face{ - font-family: 'Cocon-Regular-Font'; - src : url('../fonts/Cocon-Regular-Font.otf') format('opentype'); + font-family: 'GenJyuuGothic-Medium'; + src : url('../fonts/GenJyuuGothic-Medium.otf') format('opentype'); } ::-webkit-scrollbar { @@ -1013,7 +1013,7 @@ padding:0; header > .container > .brand { font-size: 25px; - font-family: "Cocon-Regular-Font"; + font-family: "GenJyuuGothic-Medium"; /*font-weight:bold;*/ line-height:60px; /*color: white;*/ diff --git a/themes/luci-theme-design/htdocs/luci-static/design/fonts/Cocon-Regular-Font.otf b/themes/luci-theme-design/htdocs/luci-static/design/fonts/Cocon-Regular-Font.otf deleted file mode 100644 index 9a71297f..00000000 Binary files a/themes/luci-theme-design/htdocs/luci-static/design/fonts/Cocon-Regular-Font.otf and /dev/null differ diff --git a/themes/luci-theme-design/htdocs/luci-static/design/fonts/GenJyuuGothic-Medium.otf b/themes/luci-theme-design/htdocs/luci-static/design/fonts/GenJyuuGothic-Medium.otf new file mode 100644 index 00000000..916b4a11 Binary files /dev/null and b/themes/luci-theme-design/htdocs/luci-static/design/fonts/GenJyuuGothic-Medium.otf differ