# hostinger/3.0.2/src/css/base/fonts.scss

Hostinger Tools, version 3.0.2. 21 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.2/code/src/css/base/fonts.scss
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.2/raw/src/css/base/fonts.scss
- Modified: 2024-06-04T12:01:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.2/code/src/css/base/fonts.scss#L10-L20`.

```scss
@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Regular.ttf");
    font-weight: normal;
    font-display: fallback;
}

@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Medium.ttf");
    font-weight: 500;
    font-display: fallback;
}

@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Bold.ttf");
    font-weight: bold;
    font-display: fallback;
}

```
