Mercurial > nebulaweb3
diff default/assets/scss/vendors/bourbon/library/_font-stacks.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default/assets/scss/vendors/bourbon/library/_font-stacks.scss Sat May 31 09:21:51 2025 +0800 @@ -0,0 +1,87 @@ +@charset "UTF-8"; + +//// +/// @type list +/// +/// @link goo.gl/Cxb26i +//// + +$font-stack-helvetica: ( + "Helvetica Neue", + "Helvetica", + "Arial", + sans-serif, +); + +$font-stack-lucida-grande: ( + "Lucida Grande", + "Lucida Sans Unicode", + "Geneva", + "Verdana", + sans-serif, +); + +$font-stack-verdana: ( + "Verdana", + "Geneva", + sans-serif, +); + +$font-stack-system: ( + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + "Roboto", + "Oxygen", + "Ubuntu", + "Cantarell", + "Fira Sans", + "Droid Sans", + "Helvetica Neue", + sans-serif, +); + +$font-stack-garamond: ( + "Garamond", + "Baskerville", + "Baskerville Old Face", + "Hoefler Text", + "Times New Roman", + serif, +); + +$font-stack-georgia: ( + "Georgia", + "Times", + "Times New Roman", + serif, +); + +$font-stack-hoefler-text: ( + "Hoefler Text", + "Baskerville Old Face", + "Garamond", + "Times New Roman", + serif, +); + +$font-stack-consolas: ( + "Consolas", + "monaco", + monospace, +); + +$font-stack-courier-new: ( + "Courier New", + "Courier", + "Lucida Sans Typewriter", + "Lucida Typewriter", + monospace, +); + +$font-stack-monaco: ( + "monaco", + "Consolas", + "Lucida Console", + monospace, +);