Typography Typography: Cheatsheets / Learn CSS
Typography Typography: Cheatsheets / Learn CSS
Typography
about:blank Page 1 of 4
28/04/2020, 13*56
.text {
font-style: italic;
}
@font-face {
font-family: 'Glegoo';
src: url('../fonts/Glegoo-Regular.ttf') format('truetype');
}
about:blank Page 2 of 4
28/04/2020, 13*56
p {
line-height: 10px;
}
<head>
<link href="https://fonts.googleapis.com/css?family=Droid+Serif"
rel="stylesheet">
about:blank Page 3 of 4
28/04/2020, 13*56
</head>
about:blank Page 4 of 4