We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3787e6b commit 627abc4Copy full SHA for 627abc4
frontend-boblog/assets/css/common.css
@@ -10,11 +10,11 @@
10
/* src: url("https://cdn.boblog.com/NotoSansTC-Regular.otf");*/
11
/*}*/
12
13
-/*@font-face {*/
14
-/* font-family: "SourceCodePro";*/
15
-/* src: url("https://cdn.boblog.com/SourceCodePro-Regular.ttf");*/
16
-/* font-weight: normal;*/
17
-/*}*/
+@font-face {
+ font-family: "SourceCodePro-Regular";
+ src: url("https://cdn.boblog.com/SourceCodePro-Regular.ttf");
+ font-weight: normal;
+}
18
/*@font-face {*/
19
/* font-family: "SourceCodePro";*/
20
/* src: url("https://cdn.boblog.com/SourceCodePro-Bold.ttf");*/
@@ -76,6 +76,7 @@
76
html, body {
77
margin: 0;
78
padding: 0;
79
+ font-family: SourceCodePro-Regular;
80
}
81
img {
82
width: 100%;
0 commit comments