xiesj 5 lat temu
rodzic
commit
16996e7e69

BIN
2018专题/德玛西亚杯/src/font/RTWSShangGoG0v1-Regular.otf


BIN
2018专题/德玛西亚杯/src/font/RTWSShangGoG0v1-Regular.ttf


+ 9 - 1
2018专题/德玛西亚杯/src/sass/global.scss

@@ -10,6 +10,12 @@ $titleFont: PingFang sc,"Helvetica Neue",Helvetica,Tahoma,Arial,"Liberation Sans
 @import "base/mixins";
 @import "base/ui-dialog";
 @import "./deMarcia.scss";
+@font-face {
+    font-family: RTWSShangGoG0v1;
+    src: url('/src/font/RTWSShangGoG0v1-Regular.otf'),
+    url('/src/font/RTWSShangGoG0v1-Regular.ttf')
+    /* IE9+ */
+}
 .clearfix {
     *zoom: 1;
 }
@@ -84,10 +90,12 @@ body a {
     .mod-title{
         overflow: hidden;
         h2{
-            font-size: 22px;
+            font-size: 26px;
             line-height: 60px;
             float: left;
+            font-weight: normal;
             span{
+                font-family: 'RTWSShangGoG0v1';
                 position: relative;
                 color: $showColor;
                 padding-left: 20px;