Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 197 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 197 Bytes

font-family

most uses css font-family in webpages or webapplications

includes fonts

**font1.ttf
**font2.ttf

Use method in css file

:root {
   --root-var: monospace;
}

css