-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
專業技術組
committed
Dec 3, 2018
1 parent
d780a2e
commit b9ad9c4
Showing
9 changed files
with
128 additions
and
87 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@charset "UTF-8"; | ||
|
||
|
||
/* 檔案資訊 | ||
---------------------------------------------------------------- | ||
【内容】 | ||
嵌入字體用樣式表 | ||
【CSS檔案版本】 | ||
ver.1 | ||
【細節】 | ||
・設定嵌入字體 | ||
【更新紀錄】 | ||
2018/11/22 ver.1.0 | ||
・初版 | ||
---------------------------------------------------------------- */ | ||
|
||
|
||
/* ------------------------------------------------------------- | ||
* 指定嵌入用字體名稱與指定字體檔案 | ||
* ------------------------------------------------------------- */ | ||
|
||
/* 請按實際需求指定 font-face 並設定 src 至對應之字型路徑 */ | ||
/* | ||
@font-face { | ||
font-family: sourcethai; | ||
src: url('../font/notosthai.otf') format('OpenType'); | ||
} | ||
*/ | ||
|
||
/* ------------------------------------------------------------- | ||
* 將特定語言標籤對應到嵌入字體名稱 | ||
* ------------------------------------------------------------- */ | ||
|
||
:lang(th) { | ||
font-family: sourcethai; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters