# Advanced settings

### **H5P CSS**

Custom CSS code to be applied to H5P activities.

{% code title="Sample CSS" %}

```scss
.h5p-drag-inner { background-color: red; }
```

{% endcode %}

### **Raw initial SCSS**

In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.

### **Raw SCSS**

Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.

### [Font files](/moon-iomad-moodle-theme/theme-settings/google-custom-fonts-and-gdpr.md)

With this dialogue you can upload own font files. The uplaod is resricted to the font files of type .eot, .woff, .woff2, .ttf and .svg.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rosea.gitbook.io/moon-iomad-moodle-theme/theme-settings/advanced-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
