Added type mixins
This commit is contained in:
parent
141f9a6702
commit
ba6ca506a0
4 changed files with 13 additions and 3 deletions
sass/init
|
@ -28,6 +28,18 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@mixin font-mono {
|
||||
font-family: "Input Mono", "Fira Mono", "Fira Code", "Courier New", monospace;
|
||||
}
|
||||
|
||||
@mixin font-sans {
|
||||
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
||||
@mixin font-serif {
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
|
||||
@mixin hide-text {
|
||||
border: none;
|
||||
color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue