[DESIGN] Added font for testing on h3 in main content

This commit is contained in:
Elisabeth Dickinson 2021-02-26 17:38:58 +01:00
parent 9a019b40dd
commit eb6574df7b
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Fonts // Fonts
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
@font-face { @font-face {
font-family: '#{$icomoon-font-family}'; font-family: '#{$icomoon-font-family}';

View File

@ -59,6 +59,7 @@ $color-epsilon-lightest : #FF8D63;
// Typography // Typography
// =============================================== // ===============================================
$font-family-serif: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
$fw_extralight: 200; $fw_extralight: 200;
$fw_light: 300; $fw_light: 300;