Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-04-27 15:18:30 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:48 +0300
commitb41804b44927aa924e2a9f4c1dd5b21a6ce30cf8 (patch)
treeacb8887f6be240f159a73f24c4cc2ba6cf9a3731 /tailwind.config.js
parentb098a18793983e28d6a2b1979adc7d91774a2c61 (diff)
before playing with flexbox
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index dc887bf..234208a 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -8,9 +8,15 @@ module.exports = {
'default': '0 2px 5px rgba(0, 0, 0, 0.5)',
'lg': '0 2px 10px rgba(0, 0, 0, 0.5)',
},
- textStyles: theme => ({ // defaults to {}
- }),
extend: {
+ fontFamily: {
+ 'sans': '-apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif',
+ 'serif': 'Georgia, "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif',
+ 'mono':"'Fira Code','Cascadia Code',Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New','Sarasa Mono SC','Noto Sans CJK SC','monospace', monospace"
+ },
+ minHeight:{
+ '80vh':'80vh'
+ },
colors: { // color scheme:
// https://javisperez.github.io/tailwindcolorshades/#/?blue-stone=085f63&java=49beb7&golden-tainoi=facf5a&eucalyptus=028760&Medium%20Red%20Violet=c64191&tv=1
'eucalyptus': {