﻿@font-face {
    font-family: 'Rubik';
    src: url('/lib/font-awesome/webfonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Repeat the @font-face block for each style/weight of Rubik you downloaded */
@font-face {
    font-family: 'Rubik';
    src: url('/lib/font-awesome/webfonts/Rubik/static/Rubik-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Repeat the @font-face block for each style/weight of Rubik you downloaded */
@font-face {
    font-family: 'Rubik';
    src: url('/lib/font-awesome/webfonts/Rubik/static/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Repeat the @font-face block for each style/weight of Rubik you downloaded */
@font-face {
    font-family: 'Rubik';
    src: url('/lib/font-awesome/webfonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Repeat the @font-face block for each style/weight of Rubik you downloaded */
@font-face {
    font-family: 'Rubik';
    src: url('/lib/font-awesome/webfonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}