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

Hostinger Tools, version 2.1.6. 18 lines.

- Page: https://pluginprobe.com/plugins/hostinger/2.1.6/code/src/css/base/fonts.scss
- Raw: https://pluginprobe.com/plugins/hostinger/2.1.6/raw/src/css/base/fonts.scss
- Modified: 2024-03-15T08:53:42+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/2.1.6/code/src/css/base/fonts.scss#L10-L20`.

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

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

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

```
