mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
13 lines
320 B
SCSS
13 lines
320 B
SCSS
@import url('https://fonts.googleapis.com/css?family=Nunito:400&display=swap');
|
|
|
|
.typo1 {
|
|
font-family: 'Nunito', sans-serif;
|
|
vertical-align: text-top;
|
|
color: #333333;
|
|
font-size: 25px;
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
white-space: nowrap;
|
|
margin-left: 13px;
|
|
margin-top: 25px;
|
|
} |