本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
ajay
/
stringere-frontend
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
added fonts global.scss
master
Ajay S
3 年之前
父節點
36ac89dafb
當前提交
83a83b6ed7
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/common/styles/global.scss
+ 2
- 0
src/common/styles/global.scss
查看文件
@@ -1,6 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import './colors.scss';
@import './colors.scss';
* {
* {
font-family: 'Poppins', sans-serif;
padding: 0;
padding: 0;
margin: 0;
margin: 0;
box-sizing: border-box;
box-sizing: border-box;
Write
Preview
Loading…
取消
儲存