robotc code methods code example

Example 1: roboto

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
font-family: 'Roboto', sans-serif;

Example 2: Robot Framework

*** Settings ***
Documentation     Notify HR of missing hours at the end of the month.

*** Tasks ***
Notify HR of missing hours
    Log in to time-tracking system
    Collect tracked hours for current month
    Compare expected hours to tracked hours
    Notify HR if hours are missing
    [Teardown]    Log out of time-tracking system