febs98-html.css
来自「mfold」· CSS 代码 · 共 20 行
CSS
20 行
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */.MATH { font-family: "Century Schoolbook", serif; }.MATH I { font-family: "Century Schoolbook", serif; font-weight: bold }.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }/* implement both fixed-size and relative sizes */SMALL.XTINY { font-size : xx-small }SMALL.TINY { font-size : x-small }SMALL.SCRIPTSIZE { font-size : smaller }SMALL.FOOTNOTESIZE { font-size : small }SMALL.SMALL { }BIG.LARGE { }BIG.XLARGE { font-size : large }BIG.XXLARGE { font-size : x-large }BIG.HUGE { font-size : larger }BIG.XHUGE { font-size : xx-large }/* document-specific styles come next */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?