Skip to content

Instantly share code, notes, and snippets.

View mbghi's full-sized avatar
🏠
Working from home

Seyed Mostafa Baghi mbghi

🏠
Working from home
  • NimMah
  • Iran Tehran
View GitHub Profile
@mattbogado
mattbogado / md_typography.css
Last active September 18, 2020 04:08
Material Design Font Sizes
/* Font Family */
<link href="http://fonts.googleapis.com/css?family=RobotoDraft:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en" rel="stylesheet" type="text/css">
body {
font-family: 'RobotoDraft', sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
/* Typography */
.text-display-4 {